Class: Aws::CloudWatchLogs::Types::GetScheduledQueryRequest

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

#identifierString

The ARN or name of the scheduled query to retrieve.

Returns:

  • (String)


3939
3940
3941
3942
3943
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3939

class GetScheduledQueryRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end