Class: Aws::CloudDirectory::Types::BatchListObjectParents

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

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)


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_tokenString

The pagination token.

Returns:

  • (String)


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