Class: Aws::ElastiCache::Types::DestinationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DestinationDetails
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs_details ⇒ Types::CloudWatchLogsDestinationDetails
The configuration details of the CloudWatch Logs destination.
-
#kinesis_firehose_details ⇒ Types::KinesisFirehoseDestinationDetails
The configuration details of the Kinesis Data Firehose destination.
Instance Attribute Details
#cloud_watch_logs_details ⇒ Types::CloudWatchLogsDestinationDetails
The configuration details of the CloudWatch Logs destination.
4879 4880 4881 4882 4883 4884 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4879 class DestinationDetails < Struct.new( :cloud_watch_logs_details, :kinesis_firehose_details) SENSITIVE = [] include Aws::Structure end |
#kinesis_firehose_details ⇒ Types::KinesisFirehoseDestinationDetails
The configuration details of the Kinesis Data Firehose destination.
4879 4880 4881 4882 4883 4884 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4879 class DestinationDetails < Struct.new( :cloud_watch_logs_details, :kinesis_firehose_details) SENSITIVE = [] include Aws::Structure end |