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