Class: Aws::CloudDirectory::Types::BatchLookupPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchLookupPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Lists all policies from the root of the Directory to the object specified inside a BatchRead operation. For more information, see LookupPolicy 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
Reference that identifies the object whose policies will be looked up.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to retrieve.
1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1384 class BatchLookupPolicy < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1384 class BatchLookupPolicy < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose policies will be looked up.
1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1384 class BatchLookupPolicy < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |