Class: Aws::Types::DescribeComplianceByConfigRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComplianceByConfigRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_by_config_rules ⇒ ::Array[Types::ComplianceByConfigRule]
Returns the value of attribute compliance_by_config_rules.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#compliance_by_config_rules ⇒ ::Array[Types::ComplianceByConfigRule]
Returns the value of attribute compliance_by_config_rules.
686 687 688 |
# File 'sig/types.rbs', line 686 def compliance_by_config_rules @compliance_by_config_rules end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
687 688 689 |
# File 'sig/types.rbs', line 687 def next_token @next_token end |