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 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).
7970 7971 7972 7973 7974 7975 7976 7977 7978 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7970 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).
7970 7971 7972 7973 7974 7975 7976 7977 7978 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7970 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.
7970 7971 7972 7973 7974 7975 7976 7977 7978 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7970 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).
7970 7971 7972 7973 7974 7975 7976 7977 7978 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7970 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).
7970 7971 7972 7973 7974 7975 7976 7977 7978 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7970 class ScheduledQueryDestination < Struct.new( :destination_type, :destination_identifier, :status, :processed_identifier, :error_message) SENSITIVE = [] include Aws::Structure end |