Class: Aws::Types::GetProtectConfigurationCountryRuleSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetProtectConfigurationCountryRuleSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#number_capability ⇒ "SMS", ...
Returns the value of attribute number_capability.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def number_capability @number_capability end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def protect_configuration_id @protect_configuration_id end |