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 Amazon Resource Name (ARN) of the created scheduled query.

Returns:

  • (String)


1081
1082
1083
1084
1085
1086
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1081

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

#stateString

The current state of the scheduled query (ENABLED or DISABLED).

Returns:

  • (String)


1081
1082
1083
1084
1085
1086
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1081

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