Class: Aws::Types::DisassociateBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#lex_bot ⇒ Types::LexBot
Returns the value of attribute lex_bot.
-
#lex_v2_bot ⇒ Types::LexV2Bot
Returns the value of attribute lex_v2_bot.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def instance_id @instance_id end |
#lex_bot ⇒ Types::LexBot
Returns the value of attribute lex_bot.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def lex_bot @lex_bot end |
#lex_v2_bot ⇒ Types::LexV2Bot
Returns the value of attribute lex_v2_bot.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def lex_v2_bot @lex_v2_bot end |