Class: Aws::ChimeSDKIdentity::Types::Configuration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lexTypes::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