Class: Aws::ChimeSDKIdentity::Types::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::Configuration
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
A structure that contains configuration data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lex ⇒ Types::LexConfiguration
The configuration for an Amazon Lex V2 bot.
Instance Attribute Details
#lex ⇒ Types::LexConfiguration
The configuration for an Amazon Lex V2 bot.
414 415 416 417 418 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 414 class Configuration < Struct.new( :lex) SENSITIVE = [] include Aws::Structure end |