Struct aws_sdk_config::input::PutConfigRuleInput
source · [−]#[non_exhaustive]pub struct PutConfigRuleInput { /* private fields */ }Implementations
sourceimpl PutConfigRuleInput
impl PutConfigRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutConfigRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutConfigRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutConfigRule>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutConfigRuleInput.
sourceimpl PutConfigRuleInput
impl PutConfigRuleInput
sourcepub fn config_rule(&self) -> Option<&ConfigRule>
pub fn config_rule(&self) -> Option<&ConfigRule>
The rule that you want to add to your account.
An array of tag object.
Trait Implementations
sourceimpl Clone for PutConfigRuleInput
impl Clone for PutConfigRuleInput
sourcefn clone(&self) -> PutConfigRuleInput
fn clone(&self) -> PutConfigRuleInput
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 Debug for PutConfigRuleInput
impl Debug for PutConfigRuleInput
sourceimpl PartialEq<PutConfigRuleInput> for PutConfigRuleInput
impl PartialEq<PutConfigRuleInput> for PutConfigRuleInput
sourcefn eq(&self, other: &PutConfigRuleInput) -> bool
fn eq(&self, other: &PutConfigRuleInput) -> bool
impl StructuralPartialEq for PutConfigRuleInput
Auto Trait Implementations
impl RefUnwindSafe for PutConfigRuleInput
impl Send for PutConfigRuleInput
impl Sync for PutConfigRuleInput
impl Unpin for PutConfigRuleInput
impl UnwindSafe for PutConfigRuleInput
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