#[non_exhaustive]pub struct GetComplianceDetailsByResourceInput { /* private fields */ }Expand description
Implementations§
source§impl GetComplianceDetailsByResourceInput
impl GetComplianceDetailsByResourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetComplianceDetailsByResource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetComplianceDetailsByResource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetComplianceDetailsByResource>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetComplianceDetailsByResourceInput.
source§impl GetComplianceDetailsByResourceInput
impl GetComplianceDetailsByResourceInput
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The type of the Amazon Web Services resource for which you want compliance information.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the Amazon Web Services resource for which you want compliance information.
sourcepub fn compliance_types(&self) -> Option<&[ComplianceType]>
pub fn compliance_types(&self) -> Option<&[ComplianceType]>
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
sourcepub fn resource_evaluation_id(&self) -> Option<&str>
pub fn resource_evaluation_id(&self) -> Option<&str>
The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results.
You need to only provide either a ResourceEvaluationID or a ResourceID and ResourceType.
Trait Implementations§
source§impl Clone for GetComplianceDetailsByResourceInput
impl Clone for GetComplianceDetailsByResourceInput
source§fn clone(&self) -> GetComplianceDetailsByResourceInput
fn clone(&self) -> GetComplianceDetailsByResourceInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<GetComplianceDetailsByResourceInput> for GetComplianceDetailsByResourceInput
impl PartialEq<GetComplianceDetailsByResourceInput> for GetComplianceDetailsByResourceInput
source§fn eq(&self, other: &GetComplianceDetailsByResourceInput) -> bool
fn eq(&self, other: &GetComplianceDetailsByResourceInput) -> bool
self and other values to be equal, and is used
by ==.