Class: Aws::ConnectWisdomService::Types::SessionData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::SessionData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Information about the session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the session.
-
#integration_configuration ⇒ Types::SessionIntegrationConfiguration
The configuration information for the session integration.
-
#name ⇒ String
The name of the session.
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
-
#session_id ⇒ String
The identifier of the session.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#description ⇒ String
The description of the session.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3431 class SessionData < Struct.new( :description, :integration_configuration, :name, :session_arn, :session_id, :tags) SENSITIVE = [] include Aws::Structure end |
#integration_configuration ⇒ Types::SessionIntegrationConfiguration
The configuration information for the session integration.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3431 class SessionData < Struct.new( :description, :integration_configuration, :name, :session_arn, :session_id, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the session.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3431 class SessionData < Struct.new( :description, :integration_configuration, :name, :session_arn, :session_id, :tags) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3431 class SessionData < Struct.new( :description, :integration_configuration, :name, :session_arn, :session_id, :tags) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3431 class SessionData < Struct.new( :description, :integration_configuration, :name, :session_arn, :session_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3431 class SessionData < Struct.new( :description, :integration_configuration, :name, :session_arn, :session_id, :tags) SENSITIVE = [] include Aws::Structure end |