Class: Aws::Types::Delete

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#condition_expression::String

Returns the value of attribute condition_expression.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def condition_expression
  @condition_expression
end

#expression_attribute_names::Hash[::String, ::String]

Returns the value of attribute expression_attribute_names.

Returns:

  • (::Hash[::String, ::String])


365
366
367
# File 'sig/types.rbs', line 365

def expression_attribute_names
  @expression_attribute_names
end

#expression_attribute_values::Hash[::String, Types::AttributeValue]

Returns the value of attribute expression_attribute_values.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def expression_attribute_values
  @expression_attribute_values
end

#key::Hash[::String, Types::AttributeValue]

Returns the value of attribute key.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def key
  @key
end

#return_values_on_condition_check_failure"ALL_OLD", "NONE"

Returns the value of attribute return_values_on_condition_check_failure.

Returns:

  • ("ALL_OLD", "NONE")


367
368
369
# File 'sig/types.rbs', line 367

def return_values_on_condition_check_failure
  @return_values_on_condition_check_failure
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def table_name
  @table_name
end