Class: Aws::Types::PhoneNumberCountry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def country_code
  @country_code
end

#supported_phone_number_types::Array[("Local" | "TollFree")]

Returns the value of attribute supported_phone_number_types.

Returns:

  • (::Array[("Local" | "TollFree")])


809
810
811
# File 'sig/types.rbs', line 809

def supported_phone_number_types
  @supported_phone_number_types
end