#[non_exhaustive]pub struct GetOrganizationCustomRulePolicyInput { /* private fields */ }Implementations§
source§impl GetOrganizationCustomRulePolicyInput
impl GetOrganizationCustomRulePolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOrganizationCustomRulePolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOrganizationCustomRulePolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetOrganizationCustomRulePolicy>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetOrganizationCustomRulePolicyInput.
source§impl GetOrganizationCustomRulePolicyInput
impl GetOrganizationCustomRulePolicyInput
sourcepub fn organization_config_rule_name(&self) -> Option<&str>
pub fn organization_config_rule_name(&self) -> Option<&str>
The name of your organization Config Custom Policy rule.
Trait Implementations§
source§impl Clone for GetOrganizationCustomRulePolicyInput
impl Clone for GetOrganizationCustomRulePolicyInput
source§fn clone(&self) -> GetOrganizationCustomRulePolicyInput
fn clone(&self) -> GetOrganizationCustomRulePolicyInput
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<GetOrganizationCustomRulePolicyInput> for GetOrganizationCustomRulePolicyInput
impl PartialEq<GetOrganizationCustomRulePolicyInput> for GetOrganizationCustomRulePolicyInput
source§fn eq(&self, other: &GetOrganizationCustomRulePolicyInput) -> bool
fn eq(&self, other: &GetOrganizationCustomRulePolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.