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_id ⇒ String
Not Implemented.
-
#stream_name ⇒ String
The stream name associated with the request.
Instance Attribute Details
#records ⇒ Array<Types::PutRecordsRequestEntry>
The records associated with the request.
1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1761 class PutRecordsInput < Struct.new( :records, :stream_name, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN of the stream.
1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1761 class PutRecordsInput < Struct.new( :records, :stream_name, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
Not Implemented. Reserved for future use.
1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1761 class PutRecordsInput < Struct.new( :records, :stream_name, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The stream name associated with the request.
1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1761 class PutRecordsInput < Struct.new( :records, :stream_name, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |