Class: Aws::Wickr::Types::GetBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetBotRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot to retrieve.
-
#network_id ⇒ String
The ID of the Wickr network containing the bot.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot to retrieve.
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_id ⇒ String
The ID of the Wickr network containing the bot.
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 |