Class: Aws::ElastiCache::Types::KinesisFirehoseDestinationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::KinesisFirehoseDestinationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
The configuration details of the Kinesis Data Firehose destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_stream ⇒ String
The name of the Kinesis Data Firehose delivery stream.
Instance Attribute Details
#delivery_stream ⇒ String
The name of the Kinesis Data Firehose delivery stream.
5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5618 class KinesisFirehoseDestinationDetails < Struct.new( :delivery_stream) SENSITIVE = [] include Aws::Structure end |