#[non_exhaustive]pub struct PutPermissionOutput { /* private fields */ }
Expand description
The structure representing the putPermissionResponse
.
Implementations§
source§impl PutPermissionOutput
impl PutPermissionOutput
sourcepub fn policy(&self) -> Option<&str>
pub fn policy(&self) -> Option<&str>
The JSON-formatted resource-based policy on the profiling group that includes the added permissions.
sourcepub fn revision_id(&self) -> Option<&str>
pub fn revision_id(&self) -> Option<&str>
A universally unique identifier (UUID) for the revision of the resource-based policy that includes the added permissions. The JSON-formatted policy is in the policy
element of the response.
source§impl PutPermissionOutput
impl PutPermissionOutput
sourcepub fn builder() -> PutPermissionOutputBuilder
pub fn builder() -> PutPermissionOutputBuilder
Creates a new builder-style object to manufacture PutPermissionOutput
.
Trait Implementations§
source§impl Clone for PutPermissionOutput
impl Clone for PutPermissionOutput
source§fn clone(&self) -> PutPermissionOutput
fn clone(&self) -> PutPermissionOutput
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 PutPermissionOutput
impl Debug for PutPermissionOutput
source§impl PartialEq<PutPermissionOutput> for PutPermissionOutput
impl PartialEq<PutPermissionOutput> for PutPermissionOutput
source§fn eq(&self, other: &PutPermissionOutput) -> bool
fn eq(&self, other: &PutPermissionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutPermissionOutput
impl RequestId for PutPermissionOutput
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.