Class: Aws::Types::DeleteBotChannelAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias::String

Returns the value of attribute bot_alias.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def bot_alias
  @bot_alias
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def bot_name
  @bot_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def name
  @name
end