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

#app_versionInteger

The version of the Q App used for the session.

Returns:

  • (Integer)


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_statusHash<String,Types::CardStatus>

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

Returns:



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_versionInteger

The latest published version of the Q App used for the session.

Returns:

  • (Integer)


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_arnString

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

Returns:

  • (String)


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_idString

The unique identifier of the Q App session.

Returns:

  • (String)


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_nameString

The name of the Q App session.

Returns:

  • (String)


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

#statusString

The current status of the Q App session.

Returns:

  • (String)


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_hostBoolean

Indicates whether the current user is the owner of the Q App data collection session.

Returns:

  • (Boolean)


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