Class: Aws::CloudDirectory::Types::BatchCreateObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchCreateObject
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a CreateObject operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_reference_name ⇒ String
The batch reference name.
-
#link_name ⇒ String
The name of the link.
-
#object_attribute_list ⇒ Array<Types::AttributeKeyAndValue>
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
-
#parent_reference ⇒ Types::ObjectReference
If specified, the parent reference to which this object will be attached.
-
#schema_facet ⇒ Array<Types::SchemaFacet>
A list of
FacetArns
that will be associated with the object.
Instance Attribute Details
#batch_reference_name ⇒ String
The batch reference name. See Transaction Support for more information.
579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 579 class BatchCreateObject < Struct.new( :schema_facet, :object_attribute_list, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |
#link_name ⇒ String
The name of the link.
579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 579 class BatchCreateObject < Struct.new( :schema_facet, :object_attribute_list, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |
#object_attribute_list ⇒ Array<Types::AttributeKeyAndValue>
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 579 class BatchCreateObject < Struct.new( :schema_facet, :object_attribute_list, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |
#parent_reference ⇒ Types::ObjectReference
If specified, the parent reference to which this object will be attached.
579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 579 class BatchCreateObject < Struct.new( :schema_facet, :object_attribute_list, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |
#schema_facet ⇒ Array<Types::SchemaFacet>
A list of FacetArns
that will be associated with the object. For
more information, see arns.
579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 579 class BatchCreateObject < Struct.new( :schema_facet, :object_attribute_list, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |