Class: Aws::Connect::Types::KinesisFirehoseConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::KinesisFirehoseConfig
- 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
-
#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.
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 |