Class: Aws::Types::CustomerAgentInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_agents::Integer

Returns the value of attribute active_agents.

Returns:

  • (::Integer)


148
149
150
# File 'sig/types.rbs', line 148

def active_agents
  @active_agents
end

#black_listed_agents::Integer

Returns the value of attribute black_listed_agents.

Returns:

  • (::Integer)


150
151
152
# File 'sig/types.rbs', line 150

def black_listed_agents
  @black_listed_agents
end

#healthy_agents::Integer

Returns the value of attribute healthy_agents.

Returns:

  • (::Integer)


149
150
151
# File 'sig/types.rbs', line 149

def healthy_agents
  @healthy_agents
end

#shutdown_agents::Integer

Returns the value of attribute shutdown_agents.

Returns:

  • (::Integer)


151
152
153
# File 'sig/types.rbs', line 151

def shutdown_agents
  @shutdown_agents
end

#total_agents::Integer

Returns the value of attribute total_agents.

Returns:

  • (::Integer)


153
154
155
# File 'sig/types.rbs', line 153

def total_agents
  @total_agents
end

#unhealthy_agents::Integer

Returns the value of attribute unhealthy_agents.

Returns:

  • (::Integer)


152
153
154
# File 'sig/types.rbs', line 152

def unhealthy_agents
  @unhealthy_agents
end

#unknown_agents::Integer

Returns the value of attribute unknown_agents.

Returns:

  • (::Integer)


154
155
156
# File 'sig/types.rbs', line 154

def unknown_agents
  @unknown_agents
end