Method: Aws::CloudDirectory::Types::BatchListPolicyAttachmentsResponse#next_token
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
#next_token ⇒ String
The pagination token.
1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1358 class BatchListPolicyAttachmentsResponse < Struct.new( :object_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |