Class: Aws::CloudWatchOmni::Types::StartTelemetryQuerySessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::StartTelemetryQuerySessionResponse
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The unique ID of the session.
Instance Attribute Details
#session_id ⇒ String
The unique ID of the session.
4711 4712 4713 4714 4715 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4711 class StartTelemetryQuerySessionResponse < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |