Struct aws_sdk_securityhub::model::AwsIamGroupDetails [−][src]
#[non_exhaustive]pub struct AwsIamGroupDetails {
pub attached_managed_policies: Option<Vec<AwsIamAttachedManagedPolicy>>,
pub create_date: Option<String>,
pub group_id: Option<String>,
pub group_name: Option<String>,
pub group_policy_list: Option<Vec<AwsIamGroupPolicy>>,
pub path: Option<String>,
}Expand description
Contains details about an IAM group.
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.attached_managed_policies: Option<Vec<AwsIamAttachedManagedPolicy>>A list of the managed policies that are attached to the IAM group.
create_date: Option<String>Indicates when the IAM group was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
group_id: Option<String>The identifier of the IAM group.
group_name: Option<String>The name of the IAM group.
group_policy_list: Option<Vec<AwsIamGroupPolicy>>The list of inline policies that are embedded in the group.
path: Option<String>The path to the group.
Implementations
A list of the managed policies that are attached to the IAM group.
Indicates when the IAM group was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
The name of the IAM group.
The list of inline policies that are embedded in the group.
Creates a new builder-style object to manufacture AwsIamGroupDetails
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 AwsIamGroupDetails
impl Send for AwsIamGroupDetails
impl Sync for AwsIamGroupDetails
impl Unpin for AwsIamGroupDetails
impl UnwindSafe for AwsIamGroupDetails
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
