Module: Aws::PinpointSMSVoiceV2::Client::_DeleteDefaultMessageTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDefaultMessageTypeResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration_set_arn ⇒ ::String
- #configuration_set_name ⇒ ::String
- #message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Instance Method Details
#configuration_set_arn ⇒ ::String
449 |
# File 'sig/client.rbs', line 449
def configuration_set_arn: () -> ::String
|
#configuration_set_name ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def configuration_set_name: () -> ::String
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
451 |
# File 'sig/client.rbs', line 451
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|