Struct aws_sdk_config::input::DeleteConformancePackInput
source · #[non_exhaustive]pub struct DeleteConformancePackInput { /* private fields */ }Implementations§
source§impl DeleteConformancePackInput
impl DeleteConformancePackInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConformancePack, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConformancePack, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteConformancePack>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteConformancePackInput.
source§impl DeleteConformancePackInput
impl DeleteConformancePackInput
sourcepub fn conformance_pack_name(&self) -> Option<&str>
pub fn conformance_pack_name(&self) -> Option<&str>
Name of the conformance pack you want to delete.
Trait Implementations§
source§impl Clone for DeleteConformancePackInput
impl Clone for DeleteConformancePackInput
source§fn clone(&self) -> DeleteConformancePackInput
fn clone(&self) -> DeleteConformancePackInput
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 Debug for DeleteConformancePackInput
impl Debug for DeleteConformancePackInput
source§impl PartialEq<DeleteConformancePackInput> for DeleteConformancePackInput
impl PartialEq<DeleteConformancePackInput> for DeleteConformancePackInput
source§fn eq(&self, other: &DeleteConformancePackInput) -> bool
fn eq(&self, other: &DeleteConformancePackInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.