Class: Aws::CloudWatchLogs::Types::ScheduledQueryDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_identifierString

The identifier for the destination where results are delivered.

Returns:

  • (String)


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_typeString

The type of destination for query results.

Returns:

  • (String)


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_messageString

Error message if destination processing failed.

Returns:

  • (String)


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_identifierString

The identifier of the processed result at the destination.

Returns:

  • (String)


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

#statusString

The processing status of the destination delivery.

Returns:

  • (String)


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