Class: Aws::IAM::Types::PolicyGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
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*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
Instance Attribute Summary collapse
-
#group_id ⇒ String
The stable and unique string identifying the group.
-
#group_name ⇒ String
The name (friendly name, not ARN) identifying the group.
Instance Attribute Details
#group_id ⇒ String
The stable and unique string identifying the group. For more information about IDs, see [IAM Identifiers] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html
7818 7819 7820 7821 7822 |
# File 'lib/aws-sdk-iam/types.rb', line 7818 class PolicyGroup < Struct.new( :group_name, :group_id) include Aws::Structure end |
#group_name ⇒ String
The name (friendly name, not ARN) identifying the group.
7818 7819 7820 7821 7822 |
# File 'lib/aws-sdk-iam/types.rb', line 7818 class PolicyGroup < Struct.new( :group_name, :group_id) include Aws::Structure end |