Class: Aws::Types::DisassociateBotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2986
2987
2988
# File 'sig/types.rbs', line 2986

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2983
2984
2985
# File 'sig/types.rbs', line 2983

def instance_id
  @instance_id
end

#lex_botTypes::LexBot

Returns the value of attribute lex_bot.

Returns:



2984
2985
2986
# File 'sig/types.rbs', line 2984

def lex_bot
  @lex_bot
end

#lex_v2_botTypes::LexV2Bot

Returns the value of attribute lex_v2_bot.

Returns:



2985
2986
2987
# File 'sig/types.rbs', line 2985

def lex_v2_bot
  @lex_v2_bot
end