Class: Aws::CloudDirectory::Types::BatchListObjectPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectPoliciesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ListObjectPolicies response operation.
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.
1251 1252 1253 1254 1255 1256 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1251 class BatchListObjectPoliciesResponse < Struct.new( :attached_policy_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1251 1252 1253 1254 1255 1256 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1251 class BatchListObjectPoliciesResponse < Struct.new( :attached_policy_ids, :next_token) SENSITIVE = [] include Aws::Structure end |