Class: Aws::CloudWatchLogs::Types::ScheduledQuerySummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Summary information about a scheduled query, used in list operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeInteger

The time when the scheduled query was created.



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#destination_configurationTypes::DestinationConfiguration

Configuration for destinations where the query results are delivered.



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_execution_statusString

The status of the last execution (Running, Complete, Failed, Timeout, or InvalidQuery).



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_triggered_timeInteger

The time when the scheduled query was last executed.



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeInteger

The time when the scheduled query was last updated.



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the scheduled query.



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_expressionString

The cron expression that defines when the scheduled query runs.



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_query_arnString

The ARN of the scheduled query.



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the scheduled query (ENABLED or DISABLED).



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The timezone in which the schedule expression is evaluated.



8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8070

class ScheduledQuerySummary < Struct.new(
  :scheduled_query_arn,
  :name,
  :state,
  :last_triggered_time,
  :last_execution_status,
  :schedule_expression,
  :timezone,
  :destination_configuration,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end