#[non_exhaustive]pub struct DescribeConformancePackComplianceInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DescribeConformancePackComplianceInput
impl Clone for DescribeConformancePackComplianceInput
sourcefn clone(&self) -> DescribeConformancePackComplianceInput
fn clone(&self) -> DescribeConformancePackComplianceInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeConformancePackComplianceInput> for DescribeConformancePackComplianceInput
impl PartialEq<DescribeConformancePackComplianceInput> for DescribeConformancePackComplianceInput
sourcefn eq(&self, other: &DescribeConformancePackComplianceInput) -> bool
fn eq(&self, other: &DescribeConformancePackComplianceInput) -> bool
impl StructuralPartialEq for DescribeConformancePackComplianceInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConformancePackComplianceInput
impl Send for DescribeConformancePackComplianceInput
impl Sync for DescribeConformancePackComplianceInput
impl Unpin for DescribeConformancePackComplianceInput
impl UnwindSafe for DescribeConformancePackComplianceInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more