Module: Aws::PinpointSMSVoiceV2::Client::_GetProtectConfigurationCountryRuleSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProtectConfigurationCountryRuleSetResult]
- 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]
1215 |
# File 'sig/client.rbs', line 1215
def country_rule_set: () -> ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
|
#number_capability ⇒ "SMS", ...
1214 |
# File 'sig/client.rbs', line 1214
def number_capability: () -> ("SMS" | "VOICE" | "MMS" | "RCS")
|
#protect_configuration_arn ⇒ ::String
1212 |
# File 'sig/client.rbs', line 1212
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
1213 |
# File 'sig/client.rbs', line 1213
def protect_configuration_id: () -> ::String
|