Class: Aws::Wickr::Types::GetUsersCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetUsersCountResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ Integer
The number of users with active status in the network.
-
#pending ⇒ Integer
The number of users with pending status (invited but not yet accepted).
-
#rejected ⇒ Integer
The number of users who have rejected network invitations.
-
#remaining ⇒ Integer
The number of additional users that can be added to the network while maintaining premium free trial eligibility.
-
#total ⇒ Integer
The total number of users in the network (active and pending combined).
Instance Attribute Details
#active ⇒ Integer
The number of users with active status in the network.
1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1604 class GetUsersCountResponse < Struct.new( :pending, :active, :rejected, :remaining, :total) SENSITIVE = [] include Aws::Structure end |
#pending ⇒ Integer
The number of users with pending status (invited but not yet accepted).
1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1604 class GetUsersCountResponse < Struct.new( :pending, :active, :rejected, :remaining, :total) SENSITIVE = [] include Aws::Structure end |
#rejected ⇒ Integer
The number of users who have rejected network invitations.
1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1604 class GetUsersCountResponse < Struct.new( :pending, :active, :rejected, :remaining, :total) SENSITIVE = [] include Aws::Structure end |
#remaining ⇒ Integer
The number of additional users that can be added to the network while maintaining premium free trial eligibility.
1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1604 class GetUsersCountResponse < Struct.new( :pending, :active, :rejected, :remaining, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Integer
The total number of users in the network (active and pending combined).
1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1604 class GetUsersCountResponse < Struct.new( :pending, :active, :rejected, :remaining, :total) SENSITIVE = [] include Aws::Structure end |