Class: Aws::Types::DescribeComplianceByConfigRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComplianceByConfigRuleRequest
- 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_names ⇒ ::Array[::String]
Returns the value of attribute config_rule_names.
-
#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.
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 |