Class: Aws::Types::DynamoDBv2Action
- Inherits:
-
Object
- Object
- Aws::Types::DynamoDBv2Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ Types::Payload
Returns the value of attribute payload.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#payload ⇒ Types::Payload
Returns the value of attribute payload.
337 338 339 |
# File 'sig/types.rbs', line 337 def payload @payload end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
336 337 338 |
# File 'sig/types.rbs', line 336 def table_name @table_name end |