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)


632
633
634
# File 'sig/types.rbs', line 632

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")])


633
634
635
# File 'sig/types.rbs', line 633

def supported_phone_number_types
  @supported_phone_number_types
end