BatchListPolicyAttachments constructor
BatchListPolicyAttachments({
- required ObjectReference policyReference,
- int? maxResults,
- String? nextToken,
Implementation
BatchListPolicyAttachments({
required this.policyReference,
this.maxResults,
this.nextToken,
});