Class: Aws::Types::DnsRuleGroupLimitExceededViolation
- Inherits:
-
Object
- Object
- Aws::Types::DnsRuleGroupLimitExceededViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number_of_rule_groups_already_associated ⇒ ::Integer
Returns the value of attribute number_of_rule_groups_already_associated.
-
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
-
#violation_target_description ⇒ ::String
Returns the value of attribute violation_target_description.
Instance Attribute Details
#number_of_rule_groups_already_associated ⇒ ::Integer
Returns the value of attribute number_of_rule_groups_already_associated.
209 210 211 |
# File 'sig/types.rbs', line 209 def number_of_rule_groups_already_associated @number_of_rule_groups_already_associated end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
207 208 209 |
# File 'sig/types.rbs', line 207 def violation_target @violation_target end |
#violation_target_description ⇒ ::String
Returns the value of attribute violation_target_description.
208 209 210 |
# File 'sig/types.rbs', line 208 def violation_target_description @violation_target_description end |