Struct aws_sdk_iam::output::GetPolicyVersionOutput
source · [−]#[non_exhaustive]pub struct GetPolicyVersionOutput { /* private fields */ }Expand description
Contains the response to a successful GetPolicyVersion request.
Implementations
sourceimpl GetPolicyVersionOutput
impl GetPolicyVersionOutput
sourcepub fn policy_version(&self) -> Option<&PolicyVersion>
pub fn policy_version(&self) -> Option<&PolicyVersion>
A structure containing details about the policy version.
sourceimpl GetPolicyVersionOutput
impl GetPolicyVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPolicyVersionOutput.
Trait Implementations
sourceimpl Clone for GetPolicyVersionOutput
impl Clone for GetPolicyVersionOutput
sourcefn clone(&self) -> GetPolicyVersionOutput
fn clone(&self) -> GetPolicyVersionOutput
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 GetPolicyVersionOutput
impl Debug for GetPolicyVersionOutput
sourceimpl PartialEq<GetPolicyVersionOutput> for GetPolicyVersionOutput
impl PartialEq<GetPolicyVersionOutput> for GetPolicyVersionOutput
sourcefn eq(&self, other: &GetPolicyVersionOutput) -> bool
fn eq(&self, other: &GetPolicyVersionOutput) -> bool
impl StructuralPartialEq for GetPolicyVersionOutput
Auto Trait Implementations
impl RefUnwindSafe for GetPolicyVersionOutput
impl Send for GetPolicyVersionOutput
impl Sync for GetPolicyVersionOutput
impl Unpin for GetPolicyVersionOutput
impl UnwindSafe for GetPolicyVersionOutput
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