You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsIamGroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamGroupDetails
- Defined in:
- (unknown)
Overview
When passing AwsIamGroupDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
attached_managed_policies: [
{
policy_name: "NonEmptyString",
policy_arn: "NonEmptyString",
},
],
create_date: "NonEmptyString",
group_id: "NonEmptyString",
group_name: "NonEmptyString",
group_policy_list: [
{
policy_name: "NonEmptyString",
},
],
path: "NonEmptyString",
}
Contains details about an IAM group.
Returned by:
Instance Attribute Summary collapse
-
#attached_managed_policies ⇒ Array<Types::AwsIamAttachedManagedPolicy>
A list of the managed policies that are attached to the IAM group.
-
#create_date ⇒ String
Indicates when the IAM group was created.
-
#group_id ⇒ String
The identifier of the IAM group.
-
#group_name ⇒ String
The name of the IAM group.
-
#group_policy_list ⇒ Array<Types::AwsIamGroupPolicy>
The list of inline policies that are embedded in the group.
-
#path ⇒ String
The path to the group.
Instance Attribute Details
#attached_managed_policies ⇒ Array<Types::AwsIamAttachedManagedPolicy>
A list of the managed policies that are attached to the IAM group.
#create_date ⇒ 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 ⇒ String
The identifier of the IAM group.
#group_name ⇒ String
The name of the IAM group.
#group_policy_list ⇒ Array<Types::AwsIamGroupPolicy>
The list of inline policies that are embedded in the group.
#path ⇒ String
The path to the group.