Class: Aws::Types::PutRecordOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
-
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
-
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
Instance Attribute Details
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
559 560 561 |
# File 'sig/types.rbs', line 559 def encryption_type @encryption_type end |
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
558 559 560 |
# File 'sig/types.rbs', line 558 def sequence_number @sequence_number end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def shard_id @shard_id end |