#[non_exhaustive]pub struct DescribeConformancePackComplianceInput { /* private fields */ }Implementations§
source§impl DescribeConformancePackComplianceInput
impl DescribeConformancePackComplianceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConformancePackCompliance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConformancePackCompliance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConformancePackCompliance>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConformancePackComplianceInput.
source§impl DescribeConformancePackComplianceInput
impl DescribeConformancePackComplianceInput
sourcepub fn conformance_pack_name(&self) -> Option<&str>
pub fn conformance_pack_name(&self) -> Option<&str>
Name of the conformance pack.
sourcepub fn filters(&self) -> Option<&ConformancePackComplianceFilters>
pub fn filters(&self) -> Option<&ConformancePackComplianceFilters>
A ConformancePackComplianceFilters object.
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The maximum number of Config rules within a conformance pack are returned on each page.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Trait Implementations§
source§impl Clone for DescribeConformancePackComplianceInput
impl Clone for DescribeConformancePackComplianceInput
source§fn clone(&self) -> DescribeConformancePackComplianceInput
fn clone(&self) -> DescribeConformancePackComplianceInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DescribeConformancePackComplianceInput> for DescribeConformancePackComplianceInput
impl PartialEq<DescribeConformancePackComplianceInput> for DescribeConformancePackComplianceInput
source§fn eq(&self, other: &DescribeConformancePackComplianceInput) -> bool
fn eq(&self, other: &DescribeConformancePackComplianceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.