Class: Aws::CloudWatchLogs::Types::ScheduledQueryDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ScheduledQueryDestination
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Information about a destination where scheduled query results are processed, including processing status and any error messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_identifier ⇒ String
The identifier for the destination where results are delivered.
-
#destination_type ⇒ String
The type of destination for query results.
-
#error_message ⇒ String
Error message if destination processing failed.
-
#processed_identifier ⇒ String
The identifier of the processed result at the destination.
-
#status ⇒ String
The processing status of the destination delivery.
Instance Attribute Details
#destination_identifier ⇒ String
The identifier for the destination where results are delivered.
8779 8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8779 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 for query results.
8779 8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8779 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Error message if destination processing failed.
8779 8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8779 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |
#processed_identifier ⇒ String
The identifier of the processed result at the destination.
8779 8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8779 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The processing status of the destination delivery.
8779 8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8779 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |