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)


4323
4324
4325
4326
4327
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4323

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