class Aws::ConfigService::Types::GetComplianceDetailsByResourceRequest
@note When making an API call, you may pass GetComplianceDetailsByResourceRequest
data as a hash: { resource_type: "StringWithCharLimit256", # required resource_id: "BaseResourceId", # required compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA next_token: "String", }
@!attribute [rw] resource_type
The type of the Amazon Web Services resource for which you want compliance information. @return [String]
@!attribute [rw] resource_id
The ID of the Amazon Web Services resource for which you want compliance information. @return [String]
@!attribute [rw] compliance_types
Filters the results by compliance. The allowed values are `COMPLIANT`, `NON_COMPLIANT`, and `NOT_APPLICABLE`. @return [Array<String>]
@!attribute [rw] next_token
The `nextToken` string returned on a previous page that you use to get the next page of results in a paginated response. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResourceRequest AWS API Documentation
Constants
- SENSITIVE