Class: Aws::Connect::Types::AgentConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The distribution of agents between the instance and its replica(s).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distributionsArray<Types::Distribution>

Information about traffic distributions.

Returns:



99
100
101
102
103
# File 'lib/aws-sdk-connect/types.rb', line 99

class AgentConfig < Struct.new(
  :distributions)
  SENSITIVE = []
  include Aws::Structure
end