Class: Aws::CloudDirectory::Types::GetObjectAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetObjectAttributesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_names ⇒ Array<String>
List of attribute names whose values will be retrieved.
-
#consistency_level ⇒ String
The consistency level at which to retrieve the attributes on an object.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
-
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose attributes will be retrieved.
-
#schema_facet ⇒ Types::SchemaFacet
Identifier for the facet whose attributes will be retrieved.
Instance Attribute Details
#attribute_names ⇒ Array<String>
List of attribute names whose values will be retrieved.
3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3055 class GetObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :consistency_level, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#consistency_level ⇒ String
The consistency level at which to retrieve the attributes on an object.
3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3055 class GetObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :consistency_level, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3055 class GetObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :consistency_level, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose attributes will be retrieved.
3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3055 class GetObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :consistency_level, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#schema_facet ⇒ Types::SchemaFacet
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
3055 3056 3057 3058 3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3055 class GetObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :consistency_level, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |