#[non_exhaustive]pub struct DescribeOrganizationConformancePacksInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DescribeOrganizationConformancePacksInput
impl Clone for DescribeOrganizationConformancePacksInput
sourcefn clone(&self) -> DescribeOrganizationConformancePacksInput
fn clone(&self) -> DescribeOrganizationConformancePacksInput
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<DescribeOrganizationConformancePacksInput> for DescribeOrganizationConformancePacksInput
impl PartialEq<DescribeOrganizationConformancePacksInput> for DescribeOrganizationConformancePacksInput
sourcefn eq(&self, other: &DescribeOrganizationConformancePacksInput) -> bool
fn eq(&self, other: &DescribeOrganizationConformancePacksInput) -> bool
impl StructuralPartialEq for DescribeOrganizationConformancePacksInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeOrganizationConformancePacksInput
impl Send for DescribeOrganizationConformancePacksInput
impl Sync for DescribeOrganizationConformancePacksInput
impl Unpin for DescribeOrganizationConformancePacksInput
impl UnwindSafe for DescribeOrganizationConformancePacksInput
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