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, including basic configuration and execution status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeInteger

The timestamp when the scheduled query was created.

Returns:

  • (Integer)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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 where query results are delivered.



8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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 most recent execution.

Returns:

  • (String)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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 timestamp when the scheduled query was last executed.

Returns:

  • (Integer)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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 timestamp when the scheduled query was last updated.

Returns:

  • (Integer)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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.

Returns:

  • (String)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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 used for evaluating the schedule expression.

Returns:

  • (String)


8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8834

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