Class: Aws::Types::AutomatedReasoningPolicyDefinitionQualityReport
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyDefinitionQualityReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conflicting_rules ⇒ ::Array[::String]
Returns the value of attribute conflicting_rules.
-
#disjoint_rule_sets ⇒ ::Array[Types::AutomatedReasoningPolicyDisjointRuleSet]
Returns the value of attribute disjoint_rule_sets.
-
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
-
#type_count ⇒ ::Integer
Returns the value of attribute type_count.
-
#unused_type_values ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionTypeValuePair]
Returns the value of attribute unused_type_values.
-
#unused_types ⇒ ::Array[::String]
Returns the value of attribute unused_types.
-
#unused_variables ⇒ ::Array[::String]
Returns the value of attribute unused_variables.
-
#variable_count ⇒ ::Integer
Returns the value of attribute variable_count.
Instance Attribute Details
#conflicting_rules ⇒ ::Array[::String]
Returns the value of attribute conflicting_rules.
469 470 471 |
# File 'sig/types.rbs', line 469 def conflicting_rules @conflicting_rules end |
#disjoint_rule_sets ⇒ ::Array[Types::AutomatedReasoningPolicyDisjointRuleSet]
Returns the value of attribute disjoint_rule_sets.
470 471 472 |
# File 'sig/types.rbs', line 470 def disjoint_rule_sets @disjoint_rule_sets end |
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
465 466 467 |
# File 'sig/types.rbs', line 465 def rule_count @rule_count end |
#type_count ⇒ ::Integer
Returns the value of attribute type_count.
463 464 465 |
# File 'sig/types.rbs', line 463 def type_count @type_count end |
#unused_type_values ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionTypeValuePair]
Returns the value of attribute unused_type_values.
467 468 469 |
# File 'sig/types.rbs', line 467 def unused_type_values @unused_type_values end |
#unused_types ⇒ ::Array[::String]
Returns the value of attribute unused_types.
466 467 468 |
# File 'sig/types.rbs', line 466 def unused_types @unused_types end |
#unused_variables ⇒ ::Array[::String]
Returns the value of attribute unused_variables.
468 469 470 |
# File 'sig/types.rbs', line 468 def unused_variables @unused_variables end |
#variable_count ⇒ ::Integer
Returns the value of attribute variable_count.
464 465 466 |
# File 'sig/types.rbs', line 464 def variable_count @variable_count end |