#[non_exhaustive]pub struct DescribeOrganizationConformancePacksInput { /* private fields */ }Implementations§
source§impl DescribeOrganizationConformancePacksInput
impl DescribeOrganizationConformancePacksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeOrganizationConformancePacks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeOrganizationConformancePacks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeOrganizationConformancePacks>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeOrganizationConformancePacksInput.
source§impl DescribeOrganizationConformancePacksInput
impl DescribeOrganizationConformancePacksInput
sourcepub fn organization_conformance_pack_names(&self) -> Option<&[String]>
pub fn organization_conformance_pack_names(&self) -> Option<&[String]>
The name that you assign to an organization conformance pack.
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.
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.
Trait Implementations§
source§impl Clone for DescribeOrganizationConformancePacksInput
impl Clone for DescribeOrganizationConformancePacksInput
source§fn clone(&self) -> DescribeOrganizationConformancePacksInput
fn clone(&self) -> DescribeOrganizationConformancePacksInput
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<DescribeOrganizationConformancePacksInput> for DescribeOrganizationConformancePacksInput
impl PartialEq<DescribeOrganizationConformancePacksInput> for DescribeOrganizationConformancePacksInput
source§fn eq(&self, other: &DescribeOrganizationConformancePacksInput) -> bool
fn eq(&self, other: &DescribeOrganizationConformancePacksInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.