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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/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:



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_arnString

The ARN of the stream.

Returns:

  • (String)


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_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


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_nameString

The stream name associated with the request.

Returns:

  • (String)


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