Class: Aws::Types::DnsRuleGroupPriorityConflictViolation
- Inherits:
-
Object
- Object
- Aws::Types::DnsRuleGroupPriorityConflictViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conflicting_policy_id ⇒ ::String
Returns the value of attribute conflicting_policy_id.
-
#conflicting_priority ⇒ ::Integer
Returns the value of attribute conflicting_priority.
-
#unavailable_priorities ⇒ ::Array[::Integer]
Returns the value of attribute unavailable_priorities.
-
#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
#conflicting_policy_id ⇒ ::String
Returns the value of attribute conflicting_policy_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def conflicting_policy_id @conflicting_policy_id end |
#conflicting_priority ⇒ ::Integer
Returns the value of attribute conflicting_priority.
216 217 218 |
# File 'sig/types.rbs', line 216 def conflicting_priority @conflicting_priority end |
#unavailable_priorities ⇒ ::Array[::Integer]
Returns the value of attribute unavailable_priorities.
218 219 220 |
# File 'sig/types.rbs', line 218 def unavailable_priorities @unavailable_priorities end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
214 215 216 |
# File 'sig/types.rbs', line 214 def violation_target @violation_target end |
#violation_target_description ⇒ ::String
Returns the value of attribute violation_target_description.
215 216 217 |
# File 'sig/types.rbs', line 215 def violation_target_description @violation_target_description end |