Class: Aws::Wickr::Types::GetUsersCountResponse

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

#activeInteger

The number of users with active status in the network.

Returns:

  • (Integer)


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

#pendingInteger

The number of users with pending status (invited but not yet accepted).

Returns:

  • (Integer)


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

#rejectedInteger

The number of users who have rejected network invitations.

Returns:

  • (Integer)


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

#remainingInteger

The number of additional users that can be added to the network while maintaining premium free trial eligibility.

Returns:

  • (Integer)


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

#totalInteger

The total number of users in the network (active and pending combined).

Returns:

  • (Integer)


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