Class: Aws::ConfigService::Types::GetComplianceDetailsByConfigRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetComplianceDetailsByConfigRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_results ⇒ Array<Types::EvaluationResult>
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
-
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
Instance Attribute Details
#evaluation_results ⇒ Array<Types::EvaluationResult>
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
4222 4223 4224 4225 4226 4227 |
# File 'lib/aws-sdk-configservice/types.rb', line 4222 class GetComplianceDetailsByConfigRuleResponse < Struct.new( :evaluation_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
4222 4223 4224 4225 4226 4227 |
# File 'lib/aws-sdk-configservice/types.rb', line 4222 class GetComplianceDetailsByConfigRuleResponse < Struct.new( :evaluation_results, :next_token) SENSITIVE = [] include Aws::Structure end |