Struct rusoto_config::GetComplianceDetailsByResourceRequest [] [src]

pub struct GetComplianceDetailsByResourceRequest {
    pub compliance_types: Option<Vec<String>>,
    pub next_token: Option<String>,
    pub resource_id: String,
    pub resource_type: String,
}

Fields

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

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.

The type of the AWS resource for which you want compliance information.

Trait Implementations

impl Default for GetComplianceDetailsByResourceRequest
[src]

[src]

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

impl Debug for GetComplianceDetailsByResourceRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetComplianceDetailsByResourceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more