Class: Aws::Types::UpdateObjectAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_updates::Array[Types::ObjectAttributeUpdate]

Returns the value of attribute attribute_updates.

Returns:



1565
1566
1567
# File 'sig/types.rbs', line 1565

def attribute_updates
  @attribute_updates
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def directory_arn
  @directory_arn
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



1564
1565
1566
# File 'sig/types.rbs', line 1564

def object_reference
  @object_reference
end