Class: Aws::Types::DynamoDBAction
- Inherits:
-
Object
- Object
- Aws::Types::DynamoDBAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hash_key_field ⇒ ::String
Returns the value of attribute hash_key_field.
-
#hash_key_type ⇒ ::String
Returns the value of attribute hash_key_type.
-
#hash_key_value ⇒ ::String
Returns the value of attribute hash_key_value.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#payload ⇒ Types::Payload
Returns the value of attribute payload.
-
#payload_field ⇒ ::String
Returns the value of attribute payload_field.
-
#range_key_field ⇒ ::String
Returns the value of attribute range_key_field.
-
#range_key_type ⇒ ::String
Returns the value of attribute range_key_type.
-
#range_key_value ⇒ ::String
Returns the value of attribute range_key_value.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#hash_key_field ⇒ ::String
Returns the value of attribute hash_key_field.
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.
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.
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.
328 329 330 |
# File 'sig/types.rbs', line 328 def operation @operation end |
#payload ⇒ Types::Payload
Returns the value of attribute payload.
331 332 333 |
# File 'sig/types.rbs', line 331 def payload @payload end |
#payload_field ⇒ ::String
Returns the value of attribute payload_field.
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.
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.
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.
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.
330 331 332 |
# File 'sig/types.rbs', line 330 def table_name @table_name end |