Class: Aws::Types::UpdateSenderIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSenderIdRequest
- 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.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def deletion_protection_enabled @deletion_protection_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def iso_country_code @iso_country_code end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def sender_id @sender_id end |