Class: Aws::Types::CarrierLookupResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#carrier::String

Returns the value of attribute carrier.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def carrier
  @carrier
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def country
  @country
end

#dialing_country_code::String

Returns the value of attribute dialing_country_code.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def dialing_country_code
  @dialing_country_code
end

#e164_phone_number::String

Returns the value of attribute e164_phone_number.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def e164_phone_number
  @e164_phone_number
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def iso_country_code
  @iso_country_code
end

#mcc::String

Returns the value of attribute mcc.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def mcc
  @mcc
end

#mnc::String

Returns the value of attribute mnc.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def mnc
  @mnc
end

#phone_number_type"MOBILE", ...

Returns the value of attribute phone_number_type.

Returns:

  • ("MOBILE", "LANDLINE", "OTHER", "INVALID")


74
75
76
# File 'sig/types.rbs', line 74

def phone_number_type
  @phone_number_type
end