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