Class: Aws::Connect::Types::KinesisFirehoseConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::KinesisFirehoseConfig
- 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
-
#firehose_arn ⇒ String
The Amazon Resource Name (ARN) of the delivery stream.
Instance Attribute Details
#firehose_arn ⇒ String
The Amazon Resource Name (ARN) of the delivery stream.
13178 13179 13180 13181 13182 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13178 class KinesisFirehoseConfig < Struct.new( :firehose_arn) SENSITIVE = [] include Aws::Structure end |