Class: Aws::Types::PhoneNumber

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:e164_phone_number, :calling_name])

Instance Attribute Summary collapse

Instance Attribute Details

#associations::Array[Types::PhoneNumberAssociation]

Returns the value of attribute associations.

Returns:



605
606
607
# File 'sig/types.rbs', line 605

def associations
  @associations
end

#calling_name::String

Returns the value of attribute calling_name.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def calling_name
  @calling_name
end

#calling_name_status"Unassigned", ...

Returns the value of attribute calling_name_status.

Returns:

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


607
608
609
# File 'sig/types.rbs', line 607

def calling_name_status
  @calling_name_status
end

#capabilitiesTypes::PhoneNumberCapabilities

Returns the value of attribute capabilities.



604
605
606
# File 'sig/types.rbs', line 604

def capabilities
  @capabilities
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def country
  @country
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


608
609
610
# File 'sig/types.rbs', line 608

def created_timestamp
  @created_timestamp
end

#deletion_timestamp::Time

Returns the value of attribute deletion_timestamp.

Returns:

  • (::Time)


610
611
612
# File 'sig/types.rbs', line 610

def deletion_timestamp
  @deletion_timestamp
end

#e164_phone_number::String

Returns the value of attribute e164_phone_number.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def e164_phone_number
  @e164_phone_number
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def phone_number_id
  @phone_number_id
end

#product_type"BusinessCalling", ...

Returns the value of attribute product_type.

Returns:

  • ("BusinessCalling", "VoiceConnector", "SipMediaApplicationDialIn")


602
603
604
# File 'sig/types.rbs', line 602

def product_type
  @product_type
end

#status"AcquireInProgress", ...

Returns the value of attribute status.

Returns:

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


603
604
605
# File 'sig/types.rbs', line 603

def status
  @status
end

#type"Local", "TollFree"

Returns the value of attribute type.

Returns:

  • ("Local", "TollFree")


601
602
603
# File 'sig/types.rbs', line 601

def type
  @type
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


609
610
611
# File 'sig/types.rbs', line 609

def updated_timestamp
  @updated_timestamp
end