BatchListPolicyAttachmentsResponse constructor

BatchListPolicyAttachmentsResponse({
  1. String? nextToken,
  2. List<String>? objectIdentifiers,
})

Implementation

BatchListPolicyAttachmentsResponse({
  this.nextToken,
  this.objectIdentifiers,
});