Struct aws_sdk_comprehend::operation::describe_resource_policy::DescribeResourcePolicyOutput
source · #[non_exhaustive]pub struct DescribeResourcePolicyOutput { /* private fields */ }Implementations§
source§impl DescribeResourcePolicyOutput
impl DescribeResourcePolicyOutput
sourcepub fn resource_policy(&self) -> Option<&str>
pub fn resource_policy(&self) -> Option<&str>
The JSON body of the resource-based policy.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time at which the policy was created.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The time at which the policy was last modified.
sourcepub fn policy_revision_id(&self) -> Option<&str>
pub fn policy_revision_id(&self) -> Option<&str>
The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a new revision ID, and it deletes the prior version of the policy.
source§impl DescribeResourcePolicyOutput
impl DescribeResourcePolicyOutput
sourcepub fn builder() -> DescribeResourcePolicyOutputBuilder
pub fn builder() -> DescribeResourcePolicyOutputBuilder
Creates a new builder-style object to manufacture DescribeResourcePolicyOutput.
Trait Implementations§
source§impl Clone for DescribeResourcePolicyOutput
impl Clone for DescribeResourcePolicyOutput
source§fn clone(&self) -> DescribeResourcePolicyOutput
fn clone(&self) -> DescribeResourcePolicyOutput
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 DescribeResourcePolicyOutput
impl Debug for DescribeResourcePolicyOutput
source§impl PartialEq<DescribeResourcePolicyOutput> for DescribeResourcePolicyOutput
impl PartialEq<DescribeResourcePolicyOutput> for DescribeResourcePolicyOutput
source§fn eq(&self, other: &DescribeResourcePolicyOutput) -> bool
fn eq(&self, other: &DescribeResourcePolicyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeResourcePolicyOutput
impl RequestId for DescribeResourcePolicyOutput
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.