#[non_exhaustive]pub struct GeneratedPolicyResult { /* private fields */ }Expand description
Contains the text for the generated policy and its details.
Implementations
sourceimpl GeneratedPolicyResult
impl GeneratedPolicyResult
sourcepub fn properties(&self) -> Option<&GeneratedPolicyProperties>
pub fn properties(&self) -> Option<&GeneratedPolicyProperties>
A GeneratedPolicyProperties object that contains properties of the generated policy.
sourcepub fn generated_policies(&self) -> Option<&[GeneratedPolicy]>
pub fn generated_policies(&self) -> Option<&[GeneratedPolicy]>
The text to use as the content for the new policy. The policy is created using the CreatePolicy action.
sourceimpl GeneratedPolicyResult
impl GeneratedPolicyResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GeneratedPolicyResult.
Trait Implementations
sourceimpl Clone for GeneratedPolicyResult
impl Clone for GeneratedPolicyResult
sourcefn clone(&self) -> GeneratedPolicyResult
fn clone(&self) -> GeneratedPolicyResult
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 GeneratedPolicyResult
impl Debug for GeneratedPolicyResult
sourceimpl PartialEq<GeneratedPolicyResult> for GeneratedPolicyResult
impl PartialEq<GeneratedPolicyResult> for GeneratedPolicyResult
sourcefn eq(&self, other: &GeneratedPolicyResult) -> bool
fn eq(&self, other: &GeneratedPolicyResult) -> bool
impl StructuralPartialEq for GeneratedPolicyResult
Auto Trait Implementations
impl RefUnwindSafe for GeneratedPolicyResult
impl Send for GeneratedPolicyResult
impl Sync for GeneratedPolicyResult
impl Unpin for GeneratedPolicyResult
impl UnwindSafe for GeneratedPolicyResult
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