Class: Aws::CloudDirectory::Types::BatchCreateObject

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#batch_reference_nameString

The batch reference name. See Transaction Support for more information.

Returns:

  • (String)


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

The name of the link.

Returns:

  • (String)


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_listArray<Types::AttributeKeyAndValue>

An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

Returns:



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_referenceTypes::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_facetArray<Types::SchemaFacet>

A list of FacetArns that will be associated with the object. For more information, see arns.

Returns:



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