Class: Aws::Types::CreateObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#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_facets ⇒ ::Array[Types::SchemaFacet]
Returns the value of attribute schema_facets.
Instance Attribute Details
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
612 613 614 |
# File 'sig/types.rbs', line 612 def directory_arn @directory_arn end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
616 617 618 |
# File 'sig/types.rbs', line 616 def link_name @link_name end |
#object_attribute_list ⇒ ::Array[Types::AttributeKeyAndValue]
Returns the value of attribute object_attribute_list.
614 615 616 |
# File 'sig/types.rbs', line 614 def object_attribute_list @object_attribute_list end |
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
615 616 617 |
# File 'sig/types.rbs', line 615 def parent_reference @parent_reference end |
#schema_facets ⇒ ::Array[Types::SchemaFacet]
Returns the value of attribute schema_facets.
613 614 615 |
# File 'sig/types.rbs', line 613 def schema_facets @schema_facets end |