Struct aws_sdk_iam::types::Group
source · #[non_exhaustive]pub struct Group { /* private fields */ }
Expand description
Contains information about an IAM group entity.
This data type is used as a response element in the following operations:
-
CreateGroup
-
GetGroup
-
ListGroups
Implementations§
source§impl Group
impl Group
sourcepub fn path(&self) -> Option<&str>
pub fn path(&self) -> Option<&str>
The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The friendly name that identifies the group.
sourcepub fn group_id(&self) -> Option<&str>
pub fn group_id(&self) -> Option<&str>
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
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.
sourcepub fn create_date(&self) -> Option<&DateTime>
pub fn create_date(&self) -> Option<&DateTime>
The date and time, in ISO 8601 date-time format, when the group was created.