BatchListPolicyAttachments constructor

BatchListPolicyAttachments({
  1. required ObjectReference policyReference,
  2. int? maxResults,
  3. String? nextToken,
})

Implementation

BatchListPolicyAttachments({
  required this.policyReference,
  this.maxResults,
  this.nextToken,
});