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)


9138
9139
9140
9141
9142
9143
9144
9145
9146
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9138

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)


9138
9139
9140
9141
9142
9143
9144
9145
9146
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9138

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)


9138
9139
9140
9141
9142
9143
9144
9145
9146
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9138

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)


9138
9139
9140
9141
9142
9143
9144
9145
9146
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9138

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)


9138
9139
9140
9141
9142
9143
9144
9145
9146
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9138

class ScheduledQueryDestination < Struct.new(
  :destination_type,
  :destination_identifier,
  :status,
  :processed_identifier,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end