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.
24087 24088 24089 24090 24091 |
# File 'lib/aws-sdk-connect/types.rb', line 24087 class WisdomInfo < Struct.new( :session_arn) SENSITIVE = [] include Aws::Structure end |