Class: Aws::Types::GetComplianceDetailsByConfigRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute compliance_types.

Returns:

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


1146
1147
1148
# File 'sig/types.rbs', line 1146

def compliance_types
  @compliance_types
end

#config_rule_name::String

Returns the value of attribute config_rule_name.

Returns:

  • (::String)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def config_rule_name
  @config_rule_name
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1148
1149
1150
# File 'sig/types.rbs', line 1148

def next_token
  @next_token
end