#[non_exhaustive]pub struct DeleteOrganizationConformancePackInput { /* private fields */ }Implementations
sourceimpl DeleteOrganizationConformancePackInput
impl DeleteOrganizationConformancePackInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteOrganizationConformancePack, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteOrganizationConformancePack, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteOrganizationConformancePack>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteOrganizationConformancePackInput.
sourceimpl DeleteOrganizationConformancePackInput
impl DeleteOrganizationConformancePackInput
sourcepub fn organization_conformance_pack_name(&self) -> Option<&str>
pub fn organization_conformance_pack_name(&self) -> Option<&str>
The name of organization conformance pack that you want to delete.
Trait Implementations
sourceimpl Clone for DeleteOrganizationConformancePackInput
impl Clone for DeleteOrganizationConformancePackInput
sourcefn clone(&self) -> DeleteOrganizationConformancePackInput
fn clone(&self) -> DeleteOrganizationConformancePackInput
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<DeleteOrganizationConformancePackInput> for DeleteOrganizationConformancePackInput
impl PartialEq<DeleteOrganizationConformancePackInput> for DeleteOrganizationConformancePackInput
sourcefn eq(&self, other: &DeleteOrganizationConformancePackInput) -> bool
fn eq(&self, other: &DeleteOrganizationConformancePackInput) -> bool
impl StructuralPartialEq for DeleteOrganizationConformancePackInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteOrganizationConformancePackInput
impl Send for DeleteOrganizationConformancePackInput
impl Sync for DeleteOrganizationConformancePackInput
impl Unpin for DeleteOrganizationConformancePackInput
impl UnwindSafe for DeleteOrganizationConformancePackInput
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