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.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def deletion_protection_enabled @deletion_protection_enabled end |
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def international_sending_enabled @international_sending_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def opt_out_list_name @opt_out_list_name end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def phone_number_id @phone_number_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 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.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def two_way_enabled @two_way_enabled end |