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", "NUMBER"
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_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", "NUMBER"
Returns the value of attribute range_key_type.
-
#range_key_value ⇒ ::String
Returns the value of attribute range_key_value.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def hash_key_field @hash_key_field end |
#hash_key_type ⇒ "STRING", "NUMBER"
Returns the value of attribute hash_key_type.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def hash_key_type @hash_key_type end |
#hash_key_value ⇒ ::String
Returns the value of attribute hash_key_value.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def hash_key_value @hash_key_value end |
#operation ⇒ ::String
Returns the value of attribute operation.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def operation @operation end |
#payload_field ⇒ ::String
Returns the value of attribute payload_field.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def payload_field @payload_field end |
#range_key_field ⇒ ::String
Returns the value of attribute range_key_field.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def range_key_field @range_key_field end |
#range_key_type ⇒ "STRING", "NUMBER"
Returns the value of attribute range_key_type.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def range_key_type @range_key_type end |
#range_key_value ⇒ ::String
Returns the value of attribute range_key_value.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def range_key_value @range_key_value end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def role_arn @role_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def table_name @table_name end |