#[non_exhaustive]pub struct CreatePolicyVersionOutput { /* private fields */ }
Expand description
Contains the response to a successful CreatePolicyVersion
request.
Implementations§
source§impl CreatePolicyVersionOutput
impl CreatePolicyVersionOutput
sourcepub fn policy_version(&self) -> Option<&PolicyVersion>
pub fn policy_version(&self) -> Option<&PolicyVersion>
A structure containing details about the new policy version.
source§impl CreatePolicyVersionOutput
impl CreatePolicyVersionOutput
sourcepub fn builder() -> CreatePolicyVersionOutputBuilder
pub fn builder() -> CreatePolicyVersionOutputBuilder
Creates a new builder-style object to manufacture CreatePolicyVersionOutput
.
Trait Implementations§
source§impl Clone for CreatePolicyVersionOutput
impl Clone for CreatePolicyVersionOutput
source§fn clone(&self) -> CreatePolicyVersionOutput
fn clone(&self) -> CreatePolicyVersionOutput
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 Debug for CreatePolicyVersionOutput
impl Debug for CreatePolicyVersionOutput
source§impl PartialEq<CreatePolicyVersionOutput> for CreatePolicyVersionOutput
impl PartialEq<CreatePolicyVersionOutput> for CreatePolicyVersionOutput
source§fn eq(&self, other: &CreatePolicyVersionOutput) -> bool
fn eq(&self, other: &CreatePolicyVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreatePolicyVersionOutput
impl RequestId for CreatePolicyVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.