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.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def country_rule_set_updates @country_rule_set_updates end |
#number_capability ⇒ "SMS", ...
Returns the value of attribute number_capability.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def number_capability @number_capability end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def protect_configuration_id @protect_configuration_id end |