Class: Aws::Types::UpdateSenderIdResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSenderIdResult
- 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.
-
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
Returns the value of attribute message_types.
-
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
-
#registered ⇒ Boolean
Returns the value of attribute registered.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
-
#sender_id_arn ⇒ ::String
Returns the value of attribute sender_id_arn.
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def deletion_protection_enabled @deletion_protection_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def iso_country_code @iso_country_code end |
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
Returns the value of attribute message_types.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def @message_types end |
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def monthly_leasing_price @monthly_leasing_price end |
#registered ⇒ Boolean
Returns the value of attribute registered.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def registered @registered end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def registration_id @registration_id end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def sender_id @sender_id end |
#sender_id_arn ⇒ ::String
Returns the value of attribute sender_id_arn.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def sender_id_arn @sender_id_arn end |