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.
6666 6667 6668 6669 6670 6671 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 6666 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.
6666 6667 6668 6669 6670 6671 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 6666 class ListPolicyAttachmentsResponse < Struct.new( :object_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |