Struct aws_sdk_codeguruprofiler::output::RemovePermissionOutput [−][src]
#[non_exhaustive]pub struct RemovePermissionOutput {
pub policy: Option<String>,
pub revision_id: Option<String>,
}
Expand description
The structure representing the removePermissionResponse
.
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 after the specified permissions were removed.
revision_id: Option<String>
A universally unique identifier (UUID) for the revision of the resource-based policy
after the specified permissions were removed. The updated JSON-formatted policy is in the
policy
element of the response.
Implementations
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
A universally unique identifier (UUID) for the revision of the resource-based policy
after the specified permissions were removed. The updated JSON-formatted policy is in the
policy
element of the response.
Creates a new builder-style object to manufacture RemovePermissionOutput
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 RemovePermissionOutput
impl Send for RemovePermissionOutput
impl Sync for RemovePermissionOutput
impl Unpin for RemovePermissionOutput
impl UnwindSafe for RemovePermissionOutput
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