Class: Aws::CloudDirectory::Types::BatchListObjectAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Represents the output of a ListObjectAttributes operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#facet_filterTypes::SchemaFacet

Used to filter the list of object attributes that are associated with a certain facet.

Returns:



1044
1045
1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1044

class BatchListObjectAttributes < Struct.new(
  :object_reference,
  :next_token,
  :max_results,
  :facet_filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


1044
1045
1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1044

class BatchListObjectAttributes < Struct.new(
  :object_reference,
  :next_token,
  :max_results,
  :facet_filter)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1044
1045
1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1044

class BatchListObjectAttributes < Struct.new(
  :object_reference,
  :next_token,
  :max_results,
  :facet_filter)
  SENSITIVE = []
  include Aws::Structure
end

#object_referenceTypes::ObjectReference

Reference of the object whose attributes need to be listed.



1044
1045
1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1044

class BatchListObjectAttributes < Struct.new(
  :object_reference,
  :next_token,
  :max_results,
  :facet_filter)
  SENSITIVE = []
  include Aws::Structure
end