Class: Aws::Wickr::Types::GetUsersCountRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_idString

The ID of the Wickr network for which to retrieve user counts.

Returns:

  • (String)


1615
1616
1617
1618
1619
# File 'lib/aws-sdk-wickr/types.rb', line 1615

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