Class: Aws::Wickr::Types::DeleteBotRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier of the bot to be deleted.

Returns:

  • (String)


931
932
933
934
935
936
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 931

class DeleteBotRequest < Struct.new(
  :network_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The ID of the Wickr network from which the bot will be deleted.

Returns:

  • (String)


931
932
933
934
935
936
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 931

class DeleteBotRequest < Struct.new(
  :network_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end