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

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 bots with active status.

Returns:

  • (Integer)


1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1191

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)


1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1191

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)


1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1191

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