Class: Aws::Types::ConformancePackRuleCompliance

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:



444
445
446
# File 'sig/types.rbs', line 444

def compliance_type
  @compliance_type
end

#config_rule_name::String

Returns the value of attribute config_rule_name.

Returns:



443
444
445
# File 'sig/types.rbs', line 443

def config_rule_name
  @config_rule_name
end

#controls::Array[::String]

Returns the value of attribute controls.

Returns:



445
446
447
# File 'sig/types.rbs', line 445

def controls
  @controls
end