Struct aws_sdk_iam::model::PolicyGroup [−][src]
#[non_exhaustive]pub struct PolicyGroup {
pub group_name: Option<String>,
pub group_id: Option<String>,
}
Expand description
Contains information about a group that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy operation.
For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.
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.group_name: Option<String>
The name (friendly name, not ARN) identifying the group.
group_id: Option<String>
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
Implementations
The name (friendly name, not ARN) identifying the group.
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
Creates a new builder-style object to manufacture PolicyGroup
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 PolicyGroup
impl Send for PolicyGroup
impl Sync for PolicyGroup
impl Unpin for PolicyGroup
impl UnwindSafe for PolicyGroup
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