Class: Aws::CloudDirectory::Types::AddFacetToObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AddFacetToObjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
-
#object_attribute_list ⇒ Array<Types::AttributeKeyAndValue>
Attributes on the facet that you are adding to the object.
-
#object_reference ⇒ Types::ObjectReference
A reference to the object you are adding the specified facet to.
-
#schema_facet ⇒ Types::SchemaFacet
Identifiers for the facet that you are adding to the object.
Instance Attribute Details
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 48 class AddFacetToObjectRequest < Struct.new( :directory_arn, :schema_facet, :object_attribute_list, :object_reference) SENSITIVE = [] include Aws::Structure end |
#object_attribute_list ⇒ Array<Types::AttributeKeyAndValue>
Attributes on the facet that you are adding to the object.
48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 48 class AddFacetToObjectRequest < Struct.new( :directory_arn, :schema_facet, :object_attribute_list, :object_reference) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
A reference to the object you are adding the specified facet to.
48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 48 class AddFacetToObjectRequest < Struct.new( :directory_arn, :schema_facet, :object_attribute_list, :object_reference) SENSITIVE = [] include Aws::Structure end |
#schema_facet ⇒ Types::SchemaFacet
Identifiers for the facet that you are adding to the object. See SchemaFacet for details.
48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 48 class AddFacetToObjectRequest < Struct.new( :directory_arn, :schema_facet, :object_attribute_list, :object_reference) SENSITIVE = [] include Aws::Structure end |