Class: Aws::CloudWatchOmni::Types::StartTelemetryQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::StartTelemetryQueryRequest
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_string ⇒ String
The query string to execute.
-
#session_id ⇒ String
The unique ID of the session.
Instance Attribute Details
#query_string ⇒ String
The query string to execute.
4668 4669 4670 4671 4672 4673 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4668 class StartTelemetryQueryRequest < Struct.new( :query_string, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique ID of the session.
4668 4669 4670 4671 4672 4673 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4668 class StartTelemetryQueryRequest < Struct.new( :query_string, :session_id) SENSITIVE = [] include Aws::Structure end |