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.
880 881 882 |
# File 'sig/types.rbs', line 880 def instance_id @instance_id end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
875 876 877 |
# File 'sig/types.rbs', line 875 def phone_number @phone_number end |
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
874 875 876 |
# File 'sig/types.rbs', line 874 def phone_number_arn @phone_number_arn end |
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
876 877 878 |
# File 'sig/types.rbs', line 876 def phone_number_country_code @phone_number_country_code end |
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
878 879 880 |
# File 'sig/types.rbs', line 878 def phone_number_description @phone_number_description end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
873 874 875 |
# File 'sig/types.rbs', line 873 def phone_number_id @phone_number_id end |
#phone_number_status ⇒ Types::PhoneNumberStatus
Returns the value of attribute phone_number_status.
882 883 884 |
# File 'sig/types.rbs', line 882 def phone_number_status @phone_number_status end |
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
877 878 879 |
# File 'sig/types.rbs', line 877 def phone_number_type @phone_number_type end |
#source_phone_number_arn ⇒ ::String
Returns the value of attribute source_phone_number_arn.
883 884 885 |
# File 'sig/types.rbs', line 883 def source_phone_number_arn @source_phone_number_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
881 882 883 |
# File 'sig/types.rbs', line 881 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
879 880 881 |
# File 'sig/types.rbs', line 879 def target_arn @target_arn end |