Class: Aws::CloudDirectory::Types::GetObjectAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetObjectAttributesRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
When making an API call, you may pass GetObjectAttributesRequest data as a hash:
{
directory_arn: "Arn", # required
object_reference: { # required
selector: "SelectorObjectReference",
},
consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
schema_facet: { # required
schema_arn: "Arn",
facet_name: "FacetName",
},
attribute_names: ["AttributeName"], # required
}
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.
5145 5146 5147 5148 5149 5150 5151 5152 5153 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5145 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.
5145 5146 5147 5148 5149 5150 5151 5152 5153 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5145 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.
5145 5146 5147 5148 5149 5150 5151 5152 5153 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5145 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.
5145 5146 5147 5148 5149 5150 5151 5152 5153 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5145 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.
5145 5146 5147 5148 5149 5150 5151 5152 5153 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5145 class GetObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :consistency_level, :schema_facet, :attribute_names) SENSITIVE = [] include Aws::Structure end |