Class: Aws::QApps::Types::StartQAppSessionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_arnString

The Amazon Resource Name (ARN) of the new Q App session.

Returns:

  • (String)


2362
2363
2364
2365
2366
2367
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2362

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

#session_idString

The unique identifier of the new or retrieved Q App session.

Returns:

  • (String)


2362
2363
2364
2365
2366
2367
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2362

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