#[non_exhaustive]pub struct DescribeConformancePackStatusInput { /* private fields */ }Implementations§
source§impl DescribeConformancePackStatusInput
impl DescribeConformancePackStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConformancePackStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConformancePackStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConformancePackStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConformancePackStatusInput.
source§impl DescribeConformancePackStatusInput
impl DescribeConformancePackStatusInput
sourcepub fn conformance_pack_names(&self) -> Option<&[String]>
pub fn conformance_pack_names(&self) -> Option<&[String]>
Comma-separated list of conformance pack names.
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The maximum number of conformance packs status 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 DescribeConformancePackStatusInput
impl Clone for DescribeConformancePackStatusInput
source§fn clone(&self) -> DescribeConformancePackStatusInput
fn clone(&self) -> DescribeConformancePackStatusInput
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<DescribeConformancePackStatusInput> for DescribeConformancePackStatusInput
impl PartialEq<DescribeConformancePackStatusInput> for DescribeConformancePackStatusInput
source§fn eq(&self, other: &DescribeConformancePackStatusInput) -> bool
fn eq(&self, other: &DescribeConformancePackStatusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.