Class: Aws::CloudDirectory::Types::ListPolicyAttachmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListPolicyAttachmentsResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
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.
4245 4246 4247 4248 4249 4250 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4245 class ListPolicyAttachmentsResponse < 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.
4245 4246 4247 4248 4249 4250 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4245 class ListPolicyAttachmentsResponse < Struct.new( :object_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |