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]
2005 |
# File 'sig/client.rbs', line 2005
def country_rule_set: () -> ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
|
#number_capability ⇒ "SMS", ...
2004 |
# File 'sig/client.rbs', line 2004
def number_capability: () -> ("SMS" | "VOICE" | "MMS" | "RCS")
|
#protect_configuration_arn ⇒ ::String
2002 |
# File 'sig/client.rbs', line 2002
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
2003 |
# File 'sig/client.rbs', line 2003
def protect_configuration_id: () -> ::String
|