Class: Aws::CloudWatchOmni::Types::StartTelemetryQueryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_idString

The unique ID of the query.

Returns:

  • (String)


4685
4686
4687
4688
4689
4690
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4685

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

#session_idString

The unique ID of the session.

Returns:

  • (String)


4685
4686
4687
4688
4689
4690
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4685

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