Module: Aws::PinpointSMSVoiceV2::Client::_UpdateSenderIdResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSenderIdResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #deletion_protection_enabled ⇒ Boolean
- #iso_country_code ⇒ ::String
- #message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
- #monthly_leasing_price ⇒ ::String
- #registered ⇒ Boolean
- #registration_id ⇒ ::String
- #sender_id ⇒ ::String
- #sender_id_arn ⇒ ::String
Instance Method Details
#deletion_protection_enabled ⇒ Boolean
2057 |
# File 'sig/client.rbs', line 2057
def deletion_protection_enabled: () -> bool
|
#iso_country_code ⇒ ::String
2054 |
# File 'sig/client.rbs', line 2054
def iso_country_code: () -> ::String
|
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
2055 |
# File 'sig/client.rbs', line 2055
def message_types: () -> ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
#monthly_leasing_price ⇒ ::String
2056 |
# File 'sig/client.rbs', line 2056
def monthly_leasing_price: () -> ::String
|
#registered ⇒ Boolean
2058 |
# File 'sig/client.rbs', line 2058
def registered: () -> bool
|
#registration_id ⇒ ::String
2059 |
# File 'sig/client.rbs', line 2059
def registration_id: () -> ::String
|
#sender_id ⇒ ::String
2053 |
# File 'sig/client.rbs', line 2053
def sender_id: () -> ::String
|
#sender_id_arn ⇒ ::String
2052 |
# File 'sig/client.rbs', line 2052
def sender_id_arn: () -> ::String
|