Class: Aws::Types::BatchCreateObject

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_reference_name::String

Returns the value of attribute batch_reference_name.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def batch_reference_name
  @batch_reference_name
end

Returns the value of attribute link_name.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def link_name
  @link_name
end

#object_attribute_list::Array[Types::AttributeKeyAndValue]

Returns the value of attribute object_attribute_list.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def object_attribute_list
  @object_attribute_list
end

#parent_referenceTypes::ObjectReference

Returns the value of attribute parent_reference.



179
180
181
# File 'sig/types.rbs', line 179

def parent_reference
  @parent_reference
end

#schema_facet::Array[Types::SchemaFacet]

Returns the value of attribute schema_facet.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def schema_facet
  @schema_facet
end