Class: Aws::CloudDirectory::Types::BatchListObjectParentPaths
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectParentPaths
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation. For more information, see ListObjectParentPaths 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.
1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1138 class BatchListObjectParentPaths < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1138 class BatchListObjectParentPaths < 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.
1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1138 class BatchListObjectParentPaths < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |