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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def next_token @next_token end |
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def protect_configuration_arn @protect_configuration_arn end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def protect_configuration_id @protect_configuration_id end |
#rule_set_number_overrides ⇒ ::Array[Types::ProtectConfigurationRuleSetNumberOverride]
Returns the value of attribute rule_set_number_overrides.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def rule_set_number_overrides @rule_set_number_overrides end |