Class: Aws::Wickr::Types::GetBotsCountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetBotsCountRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_id ⇒ String
The ID of the Wickr network for which to retrieve bot counts.
Instance Attribute Details
#network_id ⇒ String
The ID of the Wickr network for which to retrieve bot counts.
1170 1171 1172 1173 1174 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1170 class GetBotsCountRequest < Struct.new( :network_id) SENSITIVE = [] include Aws::Structure end |