Class: Aws::Types::UpdateProtectConfigurationCountryRuleSetResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProtectConfigurationCountryRuleSetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country_rule_set ⇒ ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
Returns the value of attribute country_rule_set.
-
#number_capability ⇒ "SMS", ...
Returns the value of attribute number_capability.
-
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
Instance Attribute Details
#country_rule_set ⇒ ::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]
Returns the value of attribute country_rule_set.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def country_rule_set @country_rule_set end |
#number_capability ⇒ "SMS", ...
Returns the value of attribute number_capability.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def number_capability @number_capability end |
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def protect_configuration_arn @protect_configuration_arn end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def protect_configuration_id @protect_configuration_id end |