Class: Aws::Firehose::Types::PutRecordInput

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)


3190
3191
3192
3193
3194
3195
# File 'lib/aws-sdk-firehose/types.rb', line 3190

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

#recordTypes::Record

The record.

Returns:



3190
3191
3192
3193
3194
3195
# File 'lib/aws-sdk-firehose/types.rb', line 3190

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