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.
2977 2978 2979 |
# File 'sig/types.rbs', line 2977 def bot_name @bot_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2979 2980 2981 |
# File 'sig/types.rbs', line 2979 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def instance_id @instance_id end |
#lex_region ⇒ ::String
Returns the value of attribute lex_region.
2978 2979 2980 |
# File 'sig/types.rbs', line 2978 def lex_region @lex_region end |