Class: Aws::Types::UpdateProtectConfigurationCountryRuleSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProtectConfigurationCountryRuleSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country_rule_set_updates ⇒ ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
Returns the value of attribute country_rule_set_updates.
-
#number_capability ⇒ "SMS", ...
Returns the value of attribute number_capability.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
Instance Attribute Details
#country_rule_set_updates ⇒ ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
Returns the value of attribute country_rule_set_updates.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def country_rule_set_updates @country_rule_set_updates end |
#number_capability ⇒ "SMS", ...
Returns the value of attribute number_capability.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def number_capability @number_capability end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def protect_configuration_id @protect_configuration_id end |