Class: Aws::Wickr::Types::GetBotsCountResponse

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

#activeInteger

The number of bots with active status.

Returns:

  • (Integer)


1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-wickr/types.rb', line 1224

class GetBotsCountResponse < Struct.new(
  :pending,
  :active,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#pendingInteger

The number of bots with pending status (invited but not yet activated).

Returns:

  • (Integer)


1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-wickr/types.rb', line 1224

class GetBotsCountResponse < Struct.new(
  :pending,
  :active,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

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

Returns:

  • (Integer)


1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-wickr/types.rb', line 1224

class GetBotsCountResponse < Struct.new(
  :pending,
  :active,
  :total)
  SENSITIVE = []
  include Aws::Structure
end