Class: Aws::ElastiCache::Types::KinesisFirehoseDestinationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#delivery_streamString

The name of the Kinesis Data Firehose delivery stream.

Returns:

  • (String)


5611
5612
5613
5614
5615
# File 'lib/aws-sdk-elasticache/types.rb', line 5611

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