Class: Aws::Firehose::Types::PutRecordBatchInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::PutRecordBatchInput
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_stream_name ⇒ String
The name of the delivery stream.
-
#records ⇒ Array<Types::Record>
One or more records.
Instance Attribute Details
#delivery_stream_name ⇒ String
The name of the delivery stream.
3458 3459 3460 3461 3462 3463 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3458 class PutRecordBatchInput < Struct.new( :delivery_stream_name, :records) SENSITIVE = [] include Aws::Structure end |
#records ⇒ Array<Types::Record>
One or more records.
3458 3459 3460 3461 3462 3463 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3458 class PutRecordBatchInput < Struct.new( :delivery_stream_name, :records) SENSITIVE = [] include Aws::Structure end |