Class: Aws::Types::PutRecordsResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordsResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
-
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
589 590 591 |
# File 'sig/types.rbs', line 589 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
590 591 592 |
# File 'sig/types.rbs', line 590 def end |
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
587 588 589 |
# File 'sig/types.rbs', line 587 def sequence_number @sequence_number end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
588 589 590 |
# File 'sig/types.rbs', line 588 def shard_id @shard_id end |