Class: Aws::Types::AggregateConformancePackCompliance

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_type"COMPLIANT", ...

Returns the value of attribute compliance_type.

Returns:

  • ("COMPLIANT", "NON_COMPLIANT", "INSUFFICIENT_DATA")


41
42
43
# File 'sig/types.rbs', line 41

def compliance_type
  @compliance_type
end

#compliant_rule_count::Integer

Returns the value of attribute compliant_rule_count.

Returns:

  • (::Integer)


42
43
44
# File 'sig/types.rbs', line 42

def compliant_rule_count
  @compliant_rule_count
end

#non_compliant_rule_count::Integer

Returns the value of attribute non_compliant_rule_count.

Returns:

  • (::Integer)


43
44
45
# File 'sig/types.rbs', line 43

def non_compliant_rule_count
  @non_compliant_rule_count
end

#total_rule_count::Integer

Returns the value of attribute total_rule_count.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def total_rule_count
  @total_rule_count
end