Class: Aws::CloudDirectory::Types::ListObjectAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectAttributesRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consistency_level ⇒ String
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
-
#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
The reference that identifies the object whose attributes will be listed.
Instance Attribute Details
#consistency_level ⇒ String
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3881 class ListObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :facet_filter) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3881 class ListObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :facet_filter) SENSITIVE = [] include Aws::Structure end |
#facet_filter ⇒ Types::SchemaFacet
Used to filter the list of object attributes that are associated with a certain facet.
3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3881 class ListObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :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.
3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3881 class ListObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :facet_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3881 class ListObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :facet_filter) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object whose attributes will be listed.
3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3881 class ListObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :facet_filter) SENSITIVE = [] include Aws::Structure end |