Class: Aws::Types::AssociateBotRequest

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)


273
274
275
# File 'sig/types.rbs', line 273

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def instance_id
  @instance_id
end

#lex_botTypes::LexBot

Returns the value of attribute lex_bot.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def lex_bot
  @lex_bot
end

#lex_v2_botTypes::LexV2Bot

Returns the value of attribute lex_v2_bot.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def lex_v2_bot
  @lex_v2_bot
end