Class: Aws::ConfigService::Types::GetComplianceDetailsByResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetComplianceDetailsByResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliance_types ⇒ Array<String>
Filters the results by compliance.
-
#next_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
-
#resource_evaluation_id ⇒ String
The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results.
-
#resource_id ⇒ String
The ID of the Amazon Web Services resource for which you want compliance information.
-
#resource_type ⇒ String
The type of the Amazon Web Services resource for which you want compliance information.
Instance Attribute Details
#compliance_types ⇒ Array<String>
Filters the results by compliance.
‘INSUFFICIENT_DATA` is a valid `ComplianceType` that is returned when an Config rule cannot be evaluated. However, `INSUFFICIENT_DATA` cannot be used as a `ComplianceType` for filtering results.
4265 4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-configservice/types.rb', line 4265 class GetComplianceDetailsByResourceRequest < Struct.new( :resource_type, :resource_id, :compliance_types, :next_token, :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
4265 4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-configservice/types.rb', line 4265 class GetComplianceDetailsByResourceRequest < Struct.new( :resource_type, :resource_id, :compliance_types, :next_token, :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end |
#resource_evaluation_id ⇒ String
The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results.
<note markdown=“1”> You need to only provide either a ‘ResourceEvaluationID` or a `ResourceID `and `ResourceType`.
</note>
4265 4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-configservice/types.rb', line 4265 class GetComplianceDetailsByResourceRequest < Struct.new( :resource_type, :resource_id, :compliance_types, :next_token, :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the Amazon Web Services resource for which you want compliance information.
4265 4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-configservice/types.rb', line 4265 class GetComplianceDetailsByResourceRequest < Struct.new( :resource_type, :resource_id, :compliance_types, :next_token, :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the Amazon Web Services resource for which you want compliance information.
4265 4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-configservice/types.rb', line 4265 class GetComplianceDetailsByResourceRequest < Struct.new( :resource_type, :resource_id, :compliance_types, :next_token, :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end |