Class: Aws::Types::TelephonyChannelSubtypeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity::Float

Returns the value of attribute capacity.

Returns:

  • (::Float)


761
762
763
# File 'sig/types.rbs', line 761

def capacity
  @capacity
end

#connect_queue_id::String

Returns the value of attribute connect_queue_id.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def connect_queue_id
  @connect_queue_id
end

#default_outbound_configTypes::TelephonyOutboundConfig

Returns the value of attribute default_outbound_config.



764
765
766
# File 'sig/types.rbs', line 764

def default_outbound_config
  @default_outbound_config
end

#outbound_modeTypes::TelephonyOutboundMode

Returns the value of attribute outbound_mode.



763
764
765
# File 'sig/types.rbs', line 763

def outbound_mode
  @outbound_mode
end