Class: Aws::ElastiCache::Types::DestinationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DestinationDetails
- Includes:
- Structure
- Defined in:
- 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.
4873 4874 4875 4876 4877 4878 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4873 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.
4873 4874 4875 4876 4877 4878 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4873 class DestinationDetails < Struct.new( :cloud_watch_logs_details, :kinesis_firehose_details) SENSITIVE = [] include Aws::Structure end |