Class: Aws::Types::DisassociateLexBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateLexBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#lex_region ⇒ ::String
Returns the value of attribute lex_region.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
3035 3036 3037 |
# File 'sig/types.rbs', line 3035 def bot_name @bot_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3034 3035 3036 |
# File 'sig/types.rbs', line 3034 def instance_id @instance_id end |
#lex_region ⇒ ::String
Returns the value of attribute lex_region.
3036 3037 3038 |
# File 'sig/types.rbs', line 3036 def lex_region @lex_region end |