Class: Aws::CloudWatchLogs::Types::ScheduledQueryDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ScheduledQueryDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Information about a destination where scheduled query results are processed and delivered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_identifier ⇒ String
The destination identifier (S3 URI).
-
#destination_type ⇒ String
The type of destination (S3).
-
#error_message ⇒ String
Error message if the destination processing failed.
-
#processed_identifier ⇒ String
The processed identifier returned for the destination (S3 key).
-
#status ⇒ String
The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).
Instance Attribute Details
#destination_identifier ⇒ String
The destination identifier (S3 URI).
8014 8015 8016 8017 8018 8019 8020 8021 8022 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8014 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |
#destination_type ⇒ String
The type of destination (S3).
8014 8015 8016 8017 8018 8019 8020 8021 8022 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8014 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Error message if the destination processing failed.
8014 8015 8016 8017 8018 8019 8020 8021 8022 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8014 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |
#processed_identifier ⇒ String
The processed identifier returned for the destination (S3 key).
8014 8015 8016 8017 8018 8019 8020 8021 8022 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8014 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).
8014 8015 8016 8017 8018 8019 8020 8021 8022 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8014 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |