Struct rusoto_config::DescribeComplianceByResourceRequest [] [src]

pub struct DescribeComplianceByResourceRequest {
    pub compliance_types: Option<ComplianceTypes>,
    pub limit: Option<Limit>,
    pub next_token: Option<NextToken>,
    pub resource_id: Option<StringWithCharLimit256>,
    pub resource_type: Option<StringWithCharLimit256>,
}

Fields

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.

The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.

The types of AWS resources for which you want compliance information; for example, AWS::EC2::Instance. For this action, you can specify that the resource type is an AWS account by specifying AWS::::Account.

Trait Implementations

impl Default for DescribeComplianceByResourceRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeComplianceByResourceRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeComplianceByResourceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more