Class: Aws::Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#e164_phone_numbers::Array[::String]

Returns the value of attribute e164_phone_numbers.

Returns:

  • (::Array[::String])


30
31
32
# File 'sig/types.rbs', line 30

def e164_phone_numbers
  @e164_phone_numbers
end

#force_associateBoolean

Returns the value of attribute force_associate.

Returns:

  • (Boolean)


31
32
33
# File 'sig/types.rbs', line 31

def force_associate
  @force_associate
end

#voice_connector_group_id::String

Returns the value of attribute voice_connector_group_id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def voice_connector_group_id
  @voice_connector_group_id
end