Class: Aws::Types::ClaimedPhoneNumberSummary
- Inherits:
-
Object
- Object
- Aws::Types::ClaimedPhoneNumberSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
-
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
-
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#phone_number_status ⇒ Types::PhoneNumberStatus
Returns the value of attribute phone_number_status.
-
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
-
#source_phone_number_arn ⇒ ::String
Returns the value of attribute source_phone_number_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
866 867 868 |
# File 'sig/types.rbs', line 866 def instance_id @instance_id end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
861 862 863 |
# File 'sig/types.rbs', line 861 def phone_number @phone_number end |
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
860 861 862 |
# File 'sig/types.rbs', line 860 def phone_number_arn @phone_number_arn end |
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
862 863 864 |
# File 'sig/types.rbs', line 862 def phone_number_country_code @phone_number_country_code end |
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
864 865 866 |
# File 'sig/types.rbs', line 864 def phone_number_description @phone_number_description end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
859 860 861 |
# File 'sig/types.rbs', line 859 def phone_number_id @phone_number_id end |
#phone_number_status ⇒ Types::PhoneNumberStatus
Returns the value of attribute phone_number_status.
868 869 870 |
# File 'sig/types.rbs', line 868 def phone_number_status @phone_number_status end |
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
863 864 865 |
# File 'sig/types.rbs', line 863 def phone_number_type @phone_number_type end |
#source_phone_number_arn ⇒ ::String
Returns the value of attribute source_phone_number_arn.
869 870 871 |
# File 'sig/types.rbs', line 869 def source_phone_number_arn @source_phone_number_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
867 868 869 |
# File 'sig/types.rbs', line 867 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
865 866 867 |
# File 'sig/types.rbs', line 865 def target_arn @target_arn end |