Class: Aws::IAM::Types::PolicyGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyGroup
- Defined in:
- gems/aws-sdk-iam/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.
Constant Summary collapse
- SENSITIVE =
[]
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.
8185 8186 8187 8188 8189 8190 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8185 class PolicyGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name (friendly name, not ARN) identifying the group.
8185 8186 8187 8188 8189 8190 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8185 class PolicyGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |