Class: Aws::CloudDirectory::Types::BatchAddFacetToObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchAddFacetToObject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a batch add facet to object operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_attribute_list ⇒ Array<Types::AttributeKeyAndValue>
The attributes to set on the object.
-
#object_reference ⇒ Types::ObjectReference
A reference to the object being mutated.
-
#schema_facet ⇒ Types::SchemaFacet
Represents the facet being added to the object.
Instance Attribute Details
#object_attribute_list ⇒ Array<Types::AttributeKeyAndValue>
The attributes to set on the object.
330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 330 class BatchAddFacetToObject < Struct.new( :schema_facet, :object_attribute_list, :object_reference) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
A reference to the object being mutated.
330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 330 class BatchAddFacetToObject < Struct.new( :schema_facet, :object_attribute_list, :object_reference) SENSITIVE = [] include Aws::Structure end |
#schema_facet ⇒ Types::SchemaFacet
Represents the facet being added to the object.
330 331 332 333 334 335 336 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 330 class BatchAddFacetToObject < Struct.new( :schema_facet, :object_attribute_list, :object_reference) SENSITIVE = [] include Aws::Structure end |