Class: Aws::CloudWatchLogs::Types::GetScheduledQueryHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetScheduledQueryHistoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the scheduled query.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
-
#trigger_history ⇒ Array<Types::TriggerHistoryRecord>
The list of execution history records for the scheduled query.
Instance Attribute Details
#name ⇒ String
The name of the scheduled query.
3774 3775 3776 3777 3778 3779 3780 3781 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3774 class GetScheduledQueryHistoryResponse < Struct.new( :name, :scheduled_query_arn, :trigger_history, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
3774 3775 3776 3777 3778 3779 3780 3781 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3774 class GetScheduledQueryHistoryResponse < Struct.new( :name, :scheduled_query_arn, :trigger_history, :next_token) SENSITIVE = [] include Aws::Structure end |
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
3774 3775 3776 3777 3778 3779 3780 3781 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3774 class GetScheduledQueryHistoryResponse < Struct.new( :name, :scheduled_query_arn, :trigger_history, :next_token) SENSITIVE = [] include Aws::Structure end |
#trigger_history ⇒ Array<Types::TriggerHistoryRecord>
The list of execution history records for the scheduled query.
3774 3775 3776 3777 3778 3779 3780 3781 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3774 class GetScheduledQueryHistoryResponse < Struct.new( :name, :scheduled_query_arn, :trigger_history, :next_token) SENSITIVE = [] include Aws::Structure end |