#[non_exhaustive]pub struct GetComplianceDetailsByResourceInput {
pub resource_type: Option<String>,
pub resource_id: Option<String>,
pub compliance_types: Option<Vec<ComplianceType>>,
pub next_token: Option<String>,
}Expand description
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.resource_type: Option<String>The type of the Amazon Web Services resource for which you want compliance information.
resource_id: Option<String>The ID of the Amazon Web Services resource for which you want compliance information.
compliance_types: Option<Vec<ComplianceType>>Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
next_token: Option<String>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetComplianceDetailsByResource, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetComplianceDetailsByResource, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetComplianceDetailsByResource>
Creates a new builder-style object to manufacture GetComplianceDetailsByResourceInput
The type of the Amazon Web Services resource for which you want compliance information.
The ID of the Amazon Web Services resource for which you want compliance information.
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.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for GetComplianceDetailsByResourceInput
impl Sync for GetComplianceDetailsByResourceInput
impl Unpin for GetComplianceDetailsByResourceInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more