Class: Aws::ElastiCache::Types::KinesisFirehoseDestinationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::KinesisFirehoseDestinationDetails
- Defined in:
- gems/aws-sdk-elasticache/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.
5623 5624 5625 5626 5627 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5623 class KinesisFirehoseDestinationDetails < Struct.new( :delivery_stream) SENSITIVE = [] include Aws::Structure end |