Struct aws_sdk_iam::model::Group [−][src]
#[non_exhaustive]pub struct Group {
pub path: Option<String>,
pub group_name: Option<String>,
pub group_id: Option<String>,
pub arn: Option<String>,
pub create_date: Option<DateTime>,
}
Expand description
Contains information about an IAM group entity.
This data type is used as a response element in the following operations:
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.path: Option<String>
The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
group_name: Option<String>
The friendly name that identifies 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.
arn: Option<String>
The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
create_date: Option<DateTime>
The date and time, in ISO 8601 date-time format, when the group was created.
Implementations
The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
The friendly name that identifies the group.
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
The date and time, in ISO 8601 date-time format, when the group was created.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Group
impl UnwindSafe for Group
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