Struct aws_sdk_codeguruprofiler::output::PutPermissionOutput [−][src]
#[non_exhaustive]pub struct PutPermissionOutput {
pub policy: Option<String>,
pub revision_id: Option<String>,
}
Expand description
The structure representing the putPermissionResponse
.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.policy: Option<String>
The JSON-formatted resource-based policy on the profiling group that includes the added permissions.
revision_id: Option<String>
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.
Implementations
The JSON-formatted resource-based policy on the profiling group that includes the added permissions.
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.
Creates a new builder-style object to manufacture PutPermissionOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PutPermissionOutput
impl Send for PutPermissionOutput
impl Sync for PutPermissionOutput
impl Unpin for PutPermissionOutput
impl UnwindSafe for PutPermissionOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more