Class: Aws::Types::PhoneNumberSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



6413
6414
6415
# File 'sig/types.rbs', line 6413

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



6412
6413
6414
# File 'sig/types.rbs', line 6412

def id
  @id
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:



6414
6415
6416
# File 'sig/types.rbs', line 6414

def phone_number
  @phone_number
end

#phone_number_country_code"AF", ...

Returns the value of attribute phone_number_country_code.

Returns:



6416
6417
6418
# File 'sig/types.rbs', line 6416

def phone_number_country_code
  @phone_number_country_code
end

#phone_number_type"TOLL_FREE", ...

Returns the value of attribute phone_number_type.

Returns:



6415
6416
6417
# File 'sig/types.rbs', line 6415

def phone_number_type
  @phone_number_type
end