Class: Aws::CloudWatchLogs::Types::GetScheduledQueryHistoryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeInteger

The end time for the history query in Unix epoch format.

Returns:

  • (Integer)


4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100

class GetScheduledQueryHistoryRequest < Struct.new(
  :identifier,
  :start_time,
  :end_time,
  :execution_statuses,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#execution_statusesArray<String>

An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.

Returns:

  • (Array<String>)


4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100

class GetScheduledQueryHistoryRequest < Struct.new(
  :identifier,
  :start_time,
  :end_time,
  :execution_statuses,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ARN or name of the scheduled query to retrieve history for.

Returns:

  • (String)


4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100

class GetScheduledQueryHistoryRequest < Struct.new(
  :identifier,
  :start_time,
  :end_time,
  :execution_statuses,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of history records to return. Valid range is 1 to 1000.

Returns:

  • (Integer)


4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100

class GetScheduledQueryHistoryRequest < Struct.new(
  :identifier,
  :start_time,
  :end_time,
  :execution_statuses,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100

class GetScheduledQueryHistoryRequest < Struct.new(
  :identifier,
  :start_time,
  :end_time,
  :execution_statuses,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeInteger

The start time for the history query in Unix epoch format.

Returns:

  • (Integer)


4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100

class GetScheduledQueryHistoryRequest < Struct.new(
  :identifier,
  :start_time,
  :end_time,
  :execution_statuses,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end