Class: Aws::LexModelsV2::Types::ErrorLogSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Settings parameters for the error logs, whether it is enabled or disabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Settings parameters for the error logs, when it is enabled.

Returns:

  • (Boolean)


7385
7386
7387
7388
7389
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7385

class ErrorLogSettings < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end