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 and delivered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_identifierString

The destination identifier (S3 URI).

Returns:

  • (String)


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_typeString

The type of destination (S3).

Returns:

  • (String)


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_messageString

Error message if the destination processing failed.

Returns:

  • (String)


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_identifierString

The processed identifier returned for the destination (S3 key).

Returns:

  • (String)


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

#statusString

The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).

Returns:

  • (String)


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