Class: Aws::Wickr::Types::GetBotRequest

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 retrieve.

Returns:

  • (String)


1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1100

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

#network_idString

The ID of the Wickr network containing the bot.

Returns:

  • (String)


1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1100

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