Class: Aws::QApps::Types::StartQAppSessionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::StartQAppSessionOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the new Q App session.
-
#session_id ⇒ String
The unique identifier of the new Q App session.
Instance Attribute Details
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the new Q App session.
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_id ⇒ String
The unique identifier of the new Q App session.
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 |