Class: Aws::Types::UpdateBotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def 
  @account_id
end

#bot_id::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def bot_id
  @bot_id
end

#disabledBoolean

Returns the value of attribute disabled.

Returns:

  • (Boolean)


851
852
853
# File 'sig/types.rbs', line 851

def disabled
  @disabled
end