Class: Aws::Types::DynamoDBv2Action
- Inherits:
-
Object
- Object
- Aws::Types::DynamoDBv2Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#put_item ⇒ Types::PutItemInput
Returns the value of attribute put_item.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#put_item ⇒ Types::PutItemInput
Returns the value of attribute put_item.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def put_item @put_item end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def role_arn @role_arn end |