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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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.

Returns:

  • (Integer)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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.



8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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).

Returns:

  • (String)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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.

Returns:

  • (Integer)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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.

Returns:

  • (Integer)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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.

Returns:

  • (String)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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.

Returns:

  • (String)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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.

Returns:

  • (String)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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).

Returns:

  • (String)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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.

Returns:

  • (String)


8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8026

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