Class: Aws::CloudDirectory::Types::BatchListObjectChildren
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectChildren
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ListObjectChildren operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of items to be retrieved in a single call.
-
#next_token ⇒ String
The pagination token.
-
#object_reference ⇒ Types::ObjectReference
Reference of the object for which child objects are being listed.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of items to be retrieved in a single call. This is an approximate number.
1090 1091 1092 1093 1094 1095 1096 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1090 class BatchListObjectChildren < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1090 1091 1092 1093 1094 1095 1096 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1090 class BatchListObjectChildren < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
Reference of the object for which child objects are being listed.
1090 1091 1092 1093 1094 1095 1096 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1090 class BatchListObjectChildren < Struct.new( :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |