Class: Aws::QApps::Types::GetQAppSessionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::GetQAppSessionOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_version ⇒ Integer
The version of the Q App used for the session.
-
#card_status ⇒ Hash<String,Types::CardStatus>
The current status for each card in the Q App session.
-
#latest_published_app_version ⇒ Integer
The latest published version of the Q App used for the session.
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Q App session.
-
#session_id ⇒ String
The unique identifier of the Q App session.
-
#session_name ⇒ String
The name of the Q App session.
-
#status ⇒ String
The current status of the Q App session.
-
#user_is_host ⇒ Boolean
Indicates whether the current user is the owner of the Q App data collection session.
Instance Attribute Details
#app_version ⇒ Integer
The version of the Q App used for the session.
1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1515 class GetQAppSessionOutput < Struct.new( :session_id, :session_arn, :session_name, :app_version, :latest_published_app_version, :status, :card_status, :user_is_host) SENSITIVE = [] include Aws::Structure end |
#card_status ⇒ Hash<String,Types::CardStatus>
The current status for each card in the Q App session.
1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1515 class GetQAppSessionOutput < Struct.new( :session_id, :session_arn, :session_name, :app_version, :latest_published_app_version, :status, :card_status, :user_is_host) SENSITIVE = [] include Aws::Structure end |
#latest_published_app_version ⇒ Integer
The latest published version of the Q App used for the session.
1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1515 class GetQAppSessionOutput < Struct.new( :session_id, :session_arn, :session_name, :app_version, :latest_published_app_version, :status, :card_status, :user_is_host) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Q App session.
1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1515 class GetQAppSessionOutput < Struct.new( :session_id, :session_arn, :session_name, :app_version, :latest_published_app_version, :status, :card_status, :user_is_host) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the Q App session.
1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1515 class GetQAppSessionOutput < Struct.new( :session_id, :session_arn, :session_name, :app_version, :latest_published_app_version, :status, :card_status, :user_is_host) SENSITIVE = [] include Aws::Structure end |
#session_name ⇒ String
The name of the Q App session.
1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1515 class GetQAppSessionOutput < Struct.new( :session_id, :session_arn, :session_name, :app_version, :latest_published_app_version, :status, :card_status, :user_is_host) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Q App session.
1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1515 class GetQAppSessionOutput < Struct.new( :session_id, :session_arn, :session_name, :app_version, :latest_published_app_version, :status, :card_status, :user_is_host) SENSITIVE = [] include Aws::Structure end |
#user_is_host ⇒ Boolean
Indicates whether the current user is the owner of the Q App data collection session.
1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1515 class GetQAppSessionOutput < Struct.new( :session_id, :session_arn, :session_name, :app_version, :latest_published_app_version, :status, :card_status, :user_is_host) SENSITIVE = [] include Aws::Structure end |