Struct aws_sdk_iot::model::PolicyVersionIdentifier
source · #[non_exhaustive]pub struct PolicyVersionIdentifier { /* private fields */ }
Expand description
Information about the version of the policy associated with the resource.
Implementations§
source§impl PolicyVersionIdentifier
impl PolicyVersionIdentifier
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
The name of the policy.
sourcepub fn policy_version_id(&self) -> Option<&str>
pub fn policy_version_id(&self) -> Option<&str>
The ID of the version of the policy associated with the resource.
source§impl PolicyVersionIdentifier
impl PolicyVersionIdentifier
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PolicyVersionIdentifier
.
Trait Implementations§
source§impl Clone for PolicyVersionIdentifier
impl Clone for PolicyVersionIdentifier
source§fn clone(&self) -> PolicyVersionIdentifier
fn clone(&self) -> PolicyVersionIdentifier
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 PolicyVersionIdentifier
impl Debug for PolicyVersionIdentifier
source§impl PartialEq<PolicyVersionIdentifier> for PolicyVersionIdentifier
impl PartialEq<PolicyVersionIdentifier> for PolicyVersionIdentifier
source§fn eq(&self, other: &PolicyVersionIdentifier) -> bool
fn eq(&self, other: &PolicyVersionIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.