Struct aws_sdk_iot::output::CreatePolicyVersionOutput
source · #[non_exhaustive]pub struct CreatePolicyVersionOutput { /* private fields */ }
Expand description
The output of the CreatePolicyVersion operation.
Implementations§
source§impl CreatePolicyVersionOutput
impl CreatePolicyVersionOutput
sourcepub fn policy_arn(&self) -> Option<&str>
pub fn policy_arn(&self) -> Option<&str>
The policy ARN.
sourcepub fn policy_document(&self) -> Option<&str>
pub fn policy_document(&self) -> Option<&str>
The JSON document that describes the policy.
sourcepub fn policy_version_id(&self) -> Option<&str>
pub fn policy_version_id(&self) -> Option<&str>
The policy version ID.
sourcepub fn is_default_version(&self) -> bool
pub fn is_default_version(&self) -> bool
Specifies whether the policy version is the default.
source§impl CreatePolicyVersionOutput
impl CreatePolicyVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.