Class: Aws::IAM::Types::GetGroupPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetGroupPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetGroupPolicy request.
Instance Attribute Summary collapse
-
#group_name ⇒ String
The group the policy is associated with.
-
#policy_document ⇒ String
The policy document.
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#group_name ⇒ String
The group the policy is associated with.
3117 3118 3119 3120 3121 3122 |
# File 'lib/aws-sdk-iam/types.rb', line 3117 class GetGroupPolicyResponse < Struct.new( :group_name, :policy_name, :policy_document) include Aws::Structure end |
#policy_document ⇒ String
The policy document.
3117 3118 3119 3120 3121 3122 |
# File 'lib/aws-sdk-iam/types.rb', line 3117 class GetGroupPolicyResponse < Struct.new( :group_name, :policy_name, :policy_document) include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
3117 3118 3119 3120 3121 3122 |
# File 'lib/aws-sdk-iam/types.rb', line 3117 class GetGroupPolicyResponse < Struct.new( :group_name, :policy_name, :policy_document) include Aws::Structure end |