Struct aws_sdk_config::output::GetCustomRulePolicyOutput
source · [−]#[non_exhaustive]pub struct GetCustomRulePolicyOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl GetCustomRulePolicyOutput
impl GetCustomRulePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCustomRulePolicyOutput.
Trait Implementations
sourceimpl Clone for GetCustomRulePolicyOutput
impl Clone for GetCustomRulePolicyOutput
sourcefn clone(&self) -> GetCustomRulePolicyOutput
fn clone(&self) -> GetCustomRulePolicyOutput
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 GetCustomRulePolicyOutput
impl Debug for GetCustomRulePolicyOutput
sourceimpl PartialEq<GetCustomRulePolicyOutput> for GetCustomRulePolicyOutput
impl PartialEq<GetCustomRulePolicyOutput> for GetCustomRulePolicyOutput
sourcefn eq(&self, other: &GetCustomRulePolicyOutput) -> bool
fn eq(&self, other: &GetCustomRulePolicyOutput) -> bool
impl StructuralPartialEq for GetCustomRulePolicyOutput
Auto Trait Implementations
impl RefUnwindSafe for GetCustomRulePolicyOutput
impl Send for GetCustomRulePolicyOutput
impl Sync for GetCustomRulePolicyOutput
impl Unpin for GetCustomRulePolicyOutput
impl UnwindSafe for GetCustomRulePolicyOutput
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