Class: Aws::CloudDirectory::Types::BatchListObjectAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectAttributes
- 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
-
#facet_filter ⇒ Types::SchemaFacet
Used to filter the list of object attributes that are associated with a certain facet.
-
#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
Reference of the object whose attributes need to be listed.
Instance Attribute Details
#facet_filter ⇒ Types::SchemaFacet
Used to filter the list of object attributes that are associated with a certain facet.
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_results ⇒ Integer
The maximum number of items to be retrieved in a single call. This is an approximate number.
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_token ⇒ String
The pagination token.
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_reference ⇒ Types::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 |