Class: Aws::Types::CreateObjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def directory_arn
  @directory_arn
end

Returns the value of attribute link_name.

Returns:

  • (::String)


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.

Returns:



614
615
616
# File 'sig/types.rbs', line 614

def object_attribute_list
  @object_attribute_list
end

#parent_referenceTypes::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.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def schema_facets
  @schema_facets
end