Class: Aws::Types::PutRecordsInput
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#records ⇒ ::Array[Types::PutRecordsRequestEntry]
Returns the value of attribute records.
-
#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
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
568 569 570 |
# File 'sig/types.rbs', line 568 def dry_run @dry_run end |
#records ⇒ ::Array[Types::PutRecordsRequestEntry]
Returns the value of attribute records.
564 565 566 |
# File 'sig/types.rbs', line 564 def records @records end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
566 567 568 |
# File 'sig/types.rbs', line 566 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
565 566 567 |
# File 'sig/types.rbs', line 565 def stream_name @stream_name end |