#[non_exhaustive]pub struct DeleteOrganizationConformancePackInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for DeleteOrganizationConformancePackInput
impl Clone for DeleteOrganizationConformancePackInput
source§fn clone(&self) -> DeleteOrganizationConformancePackInput
fn clone(&self) -> DeleteOrganizationConformancePackInput
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<DeleteOrganizationConformancePackInput> for DeleteOrganizationConformancePackInput
impl PartialEq<DeleteOrganizationConformancePackInput> for DeleteOrganizationConformancePackInput
source§fn eq(&self, other: &DeleteOrganizationConformancePackInput) -> bool
fn eq(&self, other: &DeleteOrganizationConformancePackInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.