Class: Aws::Types::PutRecordsRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordsRequestEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#explicit_hash_key ⇒ ::String
Returns the value of attribute explicit_hash_key.
-
#partition_key ⇒ ::String
Returns the value of attribute partition_key.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
580 581 582 |
# File 'sig/types.rbs', line 580 def data @data end |
#explicit_hash_key ⇒ ::String
Returns the value of attribute explicit_hash_key.
581 582 583 |
# File 'sig/types.rbs', line 581 def explicit_hash_key @explicit_hash_key end |
#partition_key ⇒ ::String
Returns the value of attribute partition_key.
582 583 584 |
# File 'sig/types.rbs', line 582 def partition_key @partition_key end |