Class: Aws::QApps::Types::UpdateQAppSessionOutput

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 updated Q App session.

Returns:

  • (String)


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_idString

The unique identifier of the updated Q App session.

Returns:

  • (String)


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