Class: Aws::Types::PutRecordInput
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#explicit_hash_key ⇒ ::String
Returns the value of attribute explicit_hash_key.
-
#partition_key ⇒ ::String
Returns the value of attribute partition_key.
-
#sequence_number_for_ordering ⇒ ::String
Returns the value of attribute sequence_number_for_ordering.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
546 547 548 |
# File 'sig/types.rbs', line 546 def data @data end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
552 553 554 |
# File 'sig/types.rbs', line 552 def dry_run @dry_run end |
#explicit_hash_key ⇒ ::String
Returns the value of attribute explicit_hash_key.
548 549 550 |
# File 'sig/types.rbs', line 548 def explicit_hash_key @explicit_hash_key end |
#partition_key ⇒ ::String
Returns the value of attribute partition_key.
547 548 549 |
# File 'sig/types.rbs', line 547 def partition_key @partition_key end |
#sequence_number_for_ordering ⇒ ::String
Returns the value of attribute sequence_number_for_ordering.
549 550 551 |
# File 'sig/types.rbs', line 549 def sequence_number_for_ordering @sequence_number_for_ordering end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
550 551 552 |
# File 'sig/types.rbs', line 550 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
551 552 553 |
# File 'sig/types.rbs', line 551 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
545 546 547 |
# File 'sig/types.rbs', line 545 def stream_name @stream_name end |