Class: Aws::Types::UpdatePhoneNumberResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePhoneNumberResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
-
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
-
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
-
#number_type ⇒ "SHORT_CODE", ...
Returns the value of attribute number_type.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
-
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
-
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def deletion_protection_enabled @deletion_protection_enabled end |
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def international_sending_enabled @international_sending_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def iso_country_code @iso_country_code end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def @message_type end |
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def monthly_leasing_price @monthly_leasing_price end |
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def number_capabilities @number_capabilities end |
#number_type ⇒ "SHORT_CODE", ...
Returns the value of attribute number_type.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def number_type @number_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def opt_out_list_name @opt_out_list_name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def phone_number @phone_number end |
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def phone_number_arn @phone_number_arn end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def phone_number_id @phone_number_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def registration_id @registration_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def status @status end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def two_way_enabled @two_way_enabled end |