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

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

#query_idString

The unique ID of the query.

Returns:

  • (String)


4721
4722
4723
4724
4725
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4721

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