Class: Aws::Connect::Types::KinesisFirehoseConfig

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

Overview

Configuration information of a Kinesis Data Firehose delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firehose_arnString

The Amazon Resource Name (ARN) of the delivery stream.

Returns:

  • (String)


10232
10233
10234
10235
10236
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10232

class KinesisFirehoseConfig < Struct.new(
  :firehose_arn)
  SENSITIVE = []
  include Aws::Structure
end