Class: Aws::CloudWatchLogs::Types::CreateScheduledQueryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_query_arnString

The ARN of the created scheduled query.

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1231

class CreateScheduledQueryResponse < Struct.new(
  :scheduled_query_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the scheduled query.

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1231

class CreateScheduledQueryResponse < Struct.new(
  :scheduled_query_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end