Class: Aws::CloudWatchOmni::Types::StartTelemetryQuerySessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::StartTelemetryQuerySessionRequest
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_name ⇒ String
A human-readable name for the session.
Instance Attribute Details
#session_name ⇒ String
A human-readable name for the session. Names under /aws/ are
reserved for service integrations.
4699 4700 4701 4702 4703 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4699 class StartTelemetryQuerySessionRequest < Struct.new( :session_name) SENSITIVE = [] include Aws::Structure end |