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)


1670
1671
1672
1673
1674
1675
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1670

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

#session_idString

The unique identifier of the new Q App session.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1670

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