Class: Aws::QApps::Types::UpdateQAppSessionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::UpdateQAppSessionOutput
- 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 updated Q App session.
-
#session_id ⇒ String
The unique identifier of the updated Q App session.
Instance Attribute Details
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the updated Q App session.
2112 2113 2114 2115 2116 2117 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2112 class UpdateQAppSessionOutput < Struct.new( :session_id, :session_arn) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the updated Q App session.
2112 2113 2114 2115 2116 2117 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2112 class UpdateQAppSessionOutput < Struct.new( :session_id, :session_arn) SENSITIVE = [] include Aws::Structure end |