Class: Aws::Firehose::Types::PutRecordBatchInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_nameString

The name of the delivery stream.

Returns:

  • (String)


3118
3119
3120
3121
3122
3123
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3118

class PutRecordBatchInput < Struct.new(
  :delivery_stream_name,
  :records)
  SENSITIVE = []
  include Aws::Structure
end

#recordsArray<Types::Record>

One or more records.

Returns:



3118
3119
3120
3121
3122
3123
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3118

class PutRecordBatchInput < Struct.new(
  :delivery_stream_name,
  :records)
  SENSITIVE = []
  include Aws::Structure
end