Module: Aws::PinpointSMSVoiceV2::Client::_UpdateProtectConfigurationCountryRuleSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProtectConfigurationCountryRuleSetResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #country_rule_set ⇒ ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
- #number_capability ⇒ "SMS", ...
- #protect_configuration_arn ⇒ ::String
- #protect_configuration_id ⇒ ::String
Instance Method Details
#country_rule_set ⇒ ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
2033 |
# File 'sig/client.rbs', line 2033
def country_rule_set: () -> ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
|
#number_capability ⇒ "SMS", ...
2032 |
# File 'sig/client.rbs', line 2032
def number_capability: () -> ("SMS" | "VOICE" | "MMS" | "RCS")
|
#protect_configuration_arn ⇒ ::String
2030 |
# File 'sig/client.rbs', line 2030
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
2031 |
# File 'sig/client.rbs', line 2031
def protect_configuration_id: () -> ::String
|