Class: Aws::CloudDirectory::Types::BatchListObjectParents
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectParents
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Lists parent objects that are associated with a given object in pagination fashion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call.
-
#next_token ⇒ String
The pagination token.
-
#object_reference ⇒ Types::ObjectReference
The reference that identifies an object.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call. This is an approximate number.
1184 1185 1186 1187 1188 1189 1190 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1184 class BatchListObjectParents < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1184 1185 1186 1187 1188 1189 1190 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1184 class BatchListObjectParents < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
The reference that identifies an object.
1184 1185 1186 1187 1188 1189 1190 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1184 class BatchListObjectParents < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |