Class: Aws::QApps::Types::GetQAppSessionMetadataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::GetQAppSessionMetadataOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#session_owner ⇒ Boolean
Indicates whether the current user is the owner of the Q App session.
-
#sharing_configuration ⇒ Types::SessionSharingConfiguration
The sharing configuration of the Q App data collection session.
Instance Attribute Details
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Q App 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 |
#session_id ⇒ String
The unique identifier of the Q App 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 |
#session_name ⇒ String
The name of the Q App 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 |
#session_owner ⇒ Boolean
Indicates whether the current user is the owner of the Q App 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 |
#sharing_configuration ⇒ Types::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 |