Class: Aws::Kinesis::Types::PutRecordsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

A ‘PutRecords` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recordsArray<Types::PutRecordsRequestEntry>

The records associated with the request.

Returns:



1531
1532
1533
1534
1535
1536
1537
# File 'lib/aws-sdk-kinesis/types.rb', line 1531

class PutRecordsInput < Struct.new(
  :records,
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


1531
1532
1533
1534
1535
1536
1537
# File 'lib/aws-sdk-kinesis/types.rb', line 1531

class PutRecordsInput < Struct.new(
  :records,
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The stream name associated with the request.

Returns:

  • (String)


1531
1532
1533
1534
1535
1536
1537
# File 'lib/aws-sdk-kinesis/types.rb', line 1531

class PutRecordsInput < Struct.new(
  :records,
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end