Class: Aws::CloudDirectory::Types::BatchListObjectChildren

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_resultsInteger

Maximum number of items to be retrieved in a single call. This is an approximate number.

Returns:

  • (Integer)


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_tokenString

The pagination token.

Returns:

  • (String)


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_referenceTypes::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