Class: Aws::Types::BotAliasLocaleSettings
- Inherits:
-
Object
- Object
- Aws::Types::BotAliasLocaleSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_hook_specification ⇒ Types::CodeHookSpecification
Returns the value of attribute code_hook_specification.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#code_hook_specification ⇒ Types::CodeHookSpecification
Returns the value of attribute code_hook_specification.
391 392 393 |
# File 'sig/types.rbs', line 391 def code_hook_specification @code_hook_specification end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
390 391 392 |
# File 'sig/types.rbs', line 390 def enabled @enabled end |