Class: Aws::Types::LinkAttributeAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_action_type"CREATE_OR_UPDATE", "DELETE"

Returns the value of attribute attribute_action_type.

Returns:

  • ("CREATE_OR_UPDATE", "DELETE")


989
990
991
# File 'sig/types.rbs', line 989

def attribute_action_type
  @attribute_action_type
end

#attribute_update_valueTypes::TypedAttributeValue

Returns the value of attribute attribute_update_value.



990
991
992
# File 'sig/types.rbs', line 990

def attribute_update_value
  @attribute_update_value
end