Class: Aws::QApps::Types::GetQAppSessionOutput

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

#card_statusHash<String,Types::CardStatus>

The current status for each card in the Q App session.

Returns:



1044
1045
1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1044

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

#session_arnString

The Amazon Resource Name (ARN) of the Q App session.

Returns:

  • (String)


1044
1045
1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1044

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

#session_idString

The unique identifier of the Q App session.

Returns:

  • (String)


1044
1045
1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1044

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

#statusString

The current status of the Q App session.

Returns:

  • (String)


1044
1045
1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1044

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