Class: Aws::QApps::Types::GetQAppSessionMetadataOutput

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

Returns:

  • (String)


1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1470

class GetQAppSessionMetadataOutput < Struct.new(
  :session_id,
  :session_arn,
  :session_name,
  :sharing_configuration,
  :session_owner)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the Q App session.

Returns:

  • (String)


1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1470

class GetQAppSessionMetadataOutput < Struct.new(
  :session_id,
  :session_arn,
  :session_name,
  :sharing_configuration,
  :session_owner)
  SENSITIVE = []
  include Aws::Structure
end

#session_nameString

The name of the Q App session.

Returns:

  • (String)


1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1470

class GetQAppSessionMetadataOutput < Struct.new(
  :session_id,
  :session_arn,
  :session_name,
  :sharing_configuration,
  :session_owner)
  SENSITIVE = []
  include Aws::Structure
end

#session_ownerBoolean

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

Returns:

  • (Boolean)


1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1470

class GetQAppSessionMetadataOutput < Struct.new(
  :session_id,
  :session_arn,
  :session_name,
  :sharing_configuration,
  :session_owner)
  SENSITIVE = []
  include Aws::Structure
end

#sharing_configurationTypes::SessionSharingConfiguration

The sharing configuration of the Q App data collection session.



1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1470

class GetQAppSessionMetadataOutput < Struct.new(
  :session_id,
  :session_arn,
  :session_name,
  :sharing_configuration,
  :session_owner)
  SENSITIVE = []
  include Aws::Structure
end