Class: Aws::Types::UpdatePhoneNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePhoneNumberRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
-
#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
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def deletion_protection_enabled @deletion_protection_enabled end |
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def international_sending_enabled @international_sending_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def opt_out_list_name @opt_out_list_name end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def phone_number_id @phone_number_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def two_way_enabled @two_way_enabled end |