Class: Aws::CloudDirectory::Types::ListObjectPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectPoliciesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_policy_ids ⇒ Array<String>
A list of policy
ObjectIdentifiers
, that are attached to the object. -
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#attached_policy_ids ⇒ Array<String>
A list of policy ObjectIdentifiers
, that are attached to the
object.
4126 4127 4128 4129 4130 4131 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4126 class ListObjectPoliciesResponse < Struct.new( :attached_policy_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
4126 4127 4128 4129 4130 4131 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4126 class ListObjectPoliciesResponse < Struct.new( :attached_policy_ids, :next_token) SENSITIVE = [] include Aws::Structure end |