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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-firehose/types.rb', line 3101

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

#recordsArray<Types::Record>

One or more records.

Returns:



3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-firehose/types.rb', line 3101

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