Struct aws_sdk_xray::model::ResourcePolicy
source · #[non_exhaustive]pub struct ResourcePolicy { /* private fields */ }
Expand description
A resource policy grants one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy is associated with a specific Amazon Web Services account.
Implementations§
source§impl ResourcePolicy
impl ResourcePolicy
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
The name of the resource policy. Must be unique within a specific Amazon Web Services account.
sourcepub fn policy_document(&self) -> Option<&str>
pub fn policy_document(&self) -> Option<&str>
The resource policy document, which can be up to 5kb in size.
sourcepub fn policy_revision_id(&self) -> Option<&str>
pub fn policy_revision_id(&self) -> Option<&str>
Returns the current policy revision id for this policy name.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
When the policy was last updated, in Unix time seconds.
source§impl ResourcePolicy
impl ResourcePolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourcePolicy
.
Trait Implementations§
source§impl Clone for ResourcePolicy
impl Clone for ResourcePolicy
source§fn clone(&self) -> ResourcePolicy
fn clone(&self) -> ResourcePolicy
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 ResourcePolicy
impl Debug for ResourcePolicy
source§impl PartialEq<ResourcePolicy> for ResourcePolicy
impl PartialEq<ResourcePolicy> for ResourcePolicy
source§fn eq(&self, other: &ResourcePolicy) -> bool
fn eq(&self, other: &ResourcePolicy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.