Class: Aws::Kinesis::Types::PutRecordsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::PutRecordsInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
A PutRecords
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#records ⇒ Array<Types::PutRecordsRequestEntry>
The records associated with the request.
-
#stream_arn ⇒ String
The ARN of the stream.
-
#stream_name ⇒ String
The stream name associated with the request.
Instance Attribute Details
#records ⇒ Array<Types::PutRecordsRequestEntry>
The records associated with the request.
1495 1496 1497 1498 1499 1500 1501 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1495 class PutRecordsInput < Struct.new( :records, :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN of the stream.
1495 1496 1497 1498 1499 1500 1501 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1495 class PutRecordsInput < Struct.new( :records, :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The stream name associated with the request.
1495 1496 1497 1498 1499 1500 1501 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1495 class PutRecordsInput < Struct.new( :records, :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |