Class: Aws::Types::DescribeComplianceByConfigRuleRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_types::Array[("COMPLIANT" | "NON_COMPLIANT" | "NOT_APPLICABLE" | "INSUFFICIENT_DATA")]

Returns the value of attribute compliance_types.



680
681
682
# File 'sig/types.rbs', line 680

def compliance_types
  @compliance_types
end

#config_rule_names::Array[::String]

Returns the value of attribute config_rule_names.



679
680
681
# File 'sig/types.rbs', line 679

def config_rule_names
  @config_rule_names
end

#next_token::String

Returns the value of attribute next_token.



681
682
683
# File 'sig/types.rbs', line 681

def next_token
  @next_token
end