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

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


11895
11896
11897
11898
11899
# File 'lib/aws-sdk-connect/types.rb', line 11895

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