Class: Aws::Types::DynamoDBAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hash_key_field ⇒ ::String

Returns the value of attribute hash_key_field.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def hash_key_field
  @hash_key_field
end

#hash_key_type ⇒ ::String

Returns the value of attribute hash_key_type.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def hash_key_type
  @hash_key_type
end

#hash_key_value ⇒ ::String

Returns the value of attribute hash_key_value.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def hash_key_value
  @hash_key_value
end

#operation ⇒ ::String

Returns the value of attribute operation.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def operation
  @operation
end

#payload ⇒ Types::Payload

Returns the value of attribute payload.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def payload
  @payload
end

#payload_field ⇒ ::String

Returns the value of attribute payload_field.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def payload_field
  @payload_field
end

#range_key_field ⇒ ::String

Returns the value of attribute range_key_field.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def range_key_field
  @range_key_field
end

#range_key_type ⇒ ::String

Returns the value of attribute range_key_type.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def range_key_type
  @range_key_type
end

#range_key_value ⇒ ::String

Returns the value of attribute range_key_value.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def range_key_value
  @range_key_value
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def table_name
  @table_name
end