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