Class: Aws::Types::BatchCreateObject
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_reference_name ⇒ ::String
Returns the value of attribute batch_reference_name.
-
#link_name ⇒ ::String
Returns the value of attribute link_name.
-
#object_attribute_list ⇒ ::Array[Types::AttributeKeyAndValue]
Returns the value of attribute object_attribute_list.
-
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
-
#schema_facet ⇒ ::Array[Types::SchemaFacet]
Returns the value of attribute schema_facet.
Instance Attribute Details
#batch_reference_name ⇒ ::String
Returns the value of attribute batch_reference_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def batch_reference_name @batch_reference_name end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
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.
178 179 180 |
# File 'sig/types.rbs', line 178 def object_attribute_list @object_attribute_list end |
#parent_reference ⇒ Types::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.
177 178 179 |
# File 'sig/types.rbs', line 177 def schema_facet @schema_facet end |