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:

  • (::String)


3071
3072
3073
# File 'sig/types.rbs', line 3071

def bot_name
  @bot_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def instance_id
  @instance_id
end

#lex_region::String

Returns the value of attribute lex_region.

Returns:

  • (::String)


3072
3073
3074
# File 'sig/types.rbs', line 3072

def lex_region
  @lex_region
end