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.
2957 2958 2959 2960 2961 2962 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2957 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.
2957 2958 2959 2960 2961 2962 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2957 class UpdateQAppSessionOutput < Struct.new( :session_id, :session_arn) SENSITIVE = [] include Aws::Structure end |