Class: Aws::Types::DisassociateLexBotRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bot_name::String

Returns the value of attribute bot_name.

Returns:



3097
3098
3099
# File 'sig/types.rbs', line 3097

def bot_name
  @bot_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:



3099
3100
3101
# File 'sig/types.rbs', line 3099

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



3096
3097
3098
# File 'sig/types.rbs', line 3096

def instance_id
  @instance_id
end

#lex_region::String

Returns the value of attribute lex_region.

Returns:



3098
3099
3100
# File 'sig/types.rbs', line 3098

def lex_region
  @lex_region
end