Class: Aws::CloudWatchLogs::Types::StartQueryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_idString

The unique ID of the query.

Returns:

  • (String)


4695
4696
4697
4698
4699
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4695

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