Class: Aws::Types::PhoneNumber

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number_id, :e164_phone_number, :calling_name, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#associations::Array[Types::PhoneNumberAssociation]

Returns the value of attribute associations.

Returns:



779
780
781
# File 'sig/types.rbs', line 779

def associations
  @associations
end

#calling_name::String

Returns the value of attribute calling_name.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def calling_name
  @calling_name
end

#calling_name_status"Unassigned", ...

Returns the value of attribute calling_name_status.

Returns:

  • ("Unassigned", "UpdateInProgress", "UpdateSucceeded", "UpdateFailed")


781
782
783
# File 'sig/types.rbs', line 781

def calling_name_status
  @calling_name_status
end

#capabilitiesTypes::PhoneNumberCapabilities

Returns the value of attribute capabilities.



778
779
780
# File 'sig/types.rbs', line 778

def capabilities
  @capabilities
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def country
  @country
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


782
783
784
# File 'sig/types.rbs', line 782

def created_timestamp
  @created_timestamp
end

#deletion_timestamp::Time

Returns the value of attribute deletion_timestamp.

Returns:

  • (::Time)


784
785
786
# File 'sig/types.rbs', line 784

def deletion_timestamp
  @deletion_timestamp
end

#e164_phone_number::String

Returns the value of attribute e164_phone_number.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def e164_phone_number
  @e164_phone_number
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def name
  @name
end

#order_id::String

Returns the value of attribute order_id.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def order_id
  @order_id
end

#phone_number_arn::String

Returns the value of attribute phone_number_arn.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def phone_number_arn
  @phone_number_arn
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def phone_number_id
  @phone_number_id
end

#product_type"VoiceConnector", "SipMediaApplicationDialIn"

Returns the value of attribute product_type.

Returns:



776
777
778
# File 'sig/types.rbs', line 776

def product_type
  @product_type
end

#status"Cancelled", ...

Returns the value of attribute status.

Returns:

  • ("Cancelled", "PortinCancelRequested", "PortinInProgress", "AcquireInProgress", "AcquireFailed", "Unassigned", "Assigned", "ReleaseInProgress", "DeleteInProgress", "ReleaseFailed", "DeleteFailed")


777
778
779
# File 'sig/types.rbs', line 777

def status
  @status
end

#type"Local", "TollFree"

Returns the value of attribute type.

Returns:

  • ("Local", "TollFree")


775
776
777
# File 'sig/types.rbs', line 775

def type
  @type
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


783
784
785
# File 'sig/types.rbs', line 783

def updated_timestamp
  @updated_timestamp
end