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