Class: Aws::CloudWatchLogs::Types::DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DestinationConfiguration
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Configuration for where to deliver scheduled query results. Specifies the destination type and associated settings for result delivery.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_configuration ⇒ Types::S3Configuration
Configuration for delivering query results to Amazon S3.
Instance Attribute Details
#s3_configuration ⇒ Types::S3Configuration
Configuration for delivering query results to Amazon S3.
3008 3009 3010 3011 3012 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3008 class DestinationConfiguration < Struct.new( :s3_configuration) SENSITIVE = [] include Aws::Structure end |