Class: Aws::Connect::Types::WisdomInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WisdomInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about Amazon Connect Wisdom.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom session.
Instance Attribute Details
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom session.
24366 24367 24368 24369 24370 |
# File 'lib/aws-sdk-connect/types.rb', line 24366 class WisdomInfo < Struct.new( :session_arn) SENSITIVE = [] include Aws::Structure end |