Class: Aws::Types::NumberValidateResponse

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:



2368
2369
2370
# File 'sig/types.rbs', line 2368

def carrier
  @carrier
end

#city::String

Returns the value of attribute city.

Returns:



2369
2370
2371
# File 'sig/types.rbs', line 2369

def city
  @city
end

#cleansed_phone_number_e164::String

Returns the value of attribute cleansed_phone_number_e164.

Returns:



2370
2371
2372
# File 'sig/types.rbs', line 2370

def cleansed_phone_number_e164
  @cleansed_phone_number_e164
end

#cleansed_phone_number_national::String

Returns the value of attribute cleansed_phone_number_national.

Returns:



2371
2372
2373
# File 'sig/types.rbs', line 2371

def cleansed_phone_number_national
  @cleansed_phone_number_national
end

#country::String

Returns the value of attribute country.

Returns:



2372
2373
2374
# File 'sig/types.rbs', line 2372

def country
  @country
end

#country_code_iso_2::String

Returns the value of attribute country_code_iso_2.

Returns:



2373
2374
2375
# File 'sig/types.rbs', line 2373

def country_code_iso_2
  @country_code_iso_2
end

#country_code_numeric::String

Returns the value of attribute country_code_numeric.

Returns:



2374
2375
2376
# File 'sig/types.rbs', line 2374

def country_code_numeric
  @country_code_numeric
end

#county::String

Returns the value of attribute county.

Returns:



2375
2376
2377
# File 'sig/types.rbs', line 2375

def county
  @county
end

#original_country_code_iso_2::String

Returns the value of attribute original_country_code_iso_2.

Returns:



2376
2377
2378
# File 'sig/types.rbs', line 2376

def original_country_code_iso_2
  @original_country_code_iso_2
end

#original_phone_number::String

Returns the value of attribute original_phone_number.

Returns:



2377
2378
2379
# File 'sig/types.rbs', line 2377

def original_phone_number
  @original_phone_number
end

#phone_type::String

Returns the value of attribute phone_type.

Returns:



2378
2379
2380
# File 'sig/types.rbs', line 2378

def phone_type
  @phone_type
end

#phone_type_code::Integer

Returns the value of attribute phone_type_code.

Returns:



2379
2380
2381
# File 'sig/types.rbs', line 2379

def phone_type_code
  @phone_type_code
end

#timezone::String

Returns the value of attribute timezone.

Returns:



2380
2381
2382
# File 'sig/types.rbs', line 2380

def timezone
  @timezone
end

#zip_code::String

Returns the value of attribute zip_code.

Returns:



2381
2382
2383
# File 'sig/types.rbs', line 2381

def zip_code
  @zip_code
end