Class: Aws::CloudWatchOmni::Types::StopTelemetryQuerySessionRequest

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

#session_idString

The unique ID of the session.

Returns:

  • (String)


4739
4740
4741
4742
4743
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4739

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