Class: Aws::Types::ListProtectConfigurationRuleSetNumberOverridesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListProtectConfigurationRuleSetNumberOverridesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
-
#rule_set_number_overrides ⇒ ::Array[Types::ProtectConfigurationRuleSetNumberOverride]
Returns the value of attribute rule_set_number_overrides.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def next_token @next_token end |
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def protect_configuration_arn @protect_configuration_arn end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def protect_configuration_id @protect_configuration_id end |
#rule_set_number_overrides ⇒ ::Array[Types::ProtectConfigurationRuleSetNumberOverride]
Returns the value of attribute rule_set_number_overrides.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def rule_set_number_overrides @rule_set_number_overrides end |