Struct aws_sdk_config::output::GetCustomRulePolicyOutput
source · #[non_exhaustive]pub struct GetCustomRulePolicyOutput { /* private fields */ }Implementations§
source§impl GetCustomRulePolicyOutput
impl GetCustomRulePolicyOutput
sourcepub fn policy_text(&self) -> Option<&str>
pub fn policy_text(&self) -> Option<&str>
The policy definition containing the logic for your Config Custom Policy rule.
source§impl GetCustomRulePolicyOutput
impl GetCustomRulePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCustomRulePolicyOutput.
Trait Implementations§
source§impl Clone for GetCustomRulePolicyOutput
impl Clone for GetCustomRulePolicyOutput
source§fn clone(&self) -> GetCustomRulePolicyOutput
fn clone(&self) -> GetCustomRulePolicyOutput
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 more