Class: Aws::CloudDirectory::Types::BatchListObjectPolicies
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectPolicies
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Note:
When making an API call, you may pass BatchListObjectPolicies data as a hash:
{
object_reference: { # required
selector: "SelectorObjectReference",
},
next_token: "NextToken",
max_results: 1,
}
Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies and BatchReadRequest$Operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to retrieve.
-
#next_token ⇒ String
The pagination token.
-
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object whose attributes will be listed.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to retrieve.
1798 1799 1800 1801 1802 1803 1804 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1798 class BatchListObjectPolicies < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1798 1799 1800 1801 1802 1803 1804 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1798 class BatchListObjectPolicies < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object whose attributes will be listed.
1798 1799 1800 1801 1802 1803 1804 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1798 class BatchListObjectPolicies < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |