Class: Aws::CloudDirectory::Types::BatchListPolicyAttachmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListPolicyAttachmentsResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ListPolicyAttachments response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#object_identifiers ⇒ Array<String>
A list of
ObjectIdentifiers
to which the policy is attached.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
1358 1359 1360 1361 1362 1363 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1358 class BatchListPolicyAttachmentsResponse < Struct.new( :object_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#object_identifiers ⇒ Array<String>
A list of ObjectIdentifiers
to which the policy is attached.
1358 1359 1360 1361 1362 1363 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1358 class BatchListPolicyAttachmentsResponse < Struct.new( :object_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |