Class: Aws::CloudWatchOmni::Types::StartTelemetryQuerySessionRequest

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_nameString

A human-readable name for the session. Names under /aws/ are reserved for service integrations.

Returns:

  • (String)


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