Class: Aws::Types::GetComplianceDetailsByConfigRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetComplianceDetailsByConfigRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_types ⇒ ::Array[("COMPLIANT" | "NON_COMPLIANT" | "NOT_APPLICABLE" | "INSUFFICIENT_DATA")]
Returns the value of attribute compliance_types.
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#compliance_types ⇒ ::Array[("COMPLIANT" | "NON_COMPLIANT" | "NOT_APPLICABLE" | "INSUFFICIENT_DATA")]
Returns the value of attribute compliance_types.
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.
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.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def next_token @next_token end |