Class: Aws::Types::ListPhoneNumbersSummary
- Inherits:
-
Object
- Object
- Aws::Types::ListPhoneNumbersSummary
- 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_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.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5154 5155 5156 |
# File 'sig/types.rbs', line 5154 def instance_id @instance_id end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
5150 5151 5152 |
# File 'sig/types.rbs', line 5150 def phone_number @phone_number end |
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
5149 5150 5151 |
# File 'sig/types.rbs', line 5149 def phone_number_arn @phone_number_arn end |
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
5151 5152 5153 |
# File 'sig/types.rbs', line 5151 def phone_number_country_code @phone_number_country_code end |
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
5155 5156 5157 |
# File 'sig/types.rbs', line 5155 def phone_number_description @phone_number_description end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
5148 5149 5150 |
# File 'sig/types.rbs', line 5148 def phone_number_id @phone_number_id end |
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def phone_number_type @phone_number_type end |
#source_phone_number_arn ⇒ ::String
Returns the value of attribute source_phone_number_arn.
5156 5157 5158 |
# File 'sig/types.rbs', line 5156 def source_phone_number_arn @source_phone_number_arn end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
5153 5154 5155 |
# File 'sig/types.rbs', line 5153 def target_arn @target_arn end |