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.
2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-iam/types.rb', line 2979 class GetGroupPolicyResponse < Struct.new( :group_name, :policy_name, :policy_document) include Aws::Structure end |
#policy_document ⇒ String
The policy document.
2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-iam/types.rb', line 2979 class GetGroupPolicyResponse < Struct.new( :group_name, :policy_name, :policy_document) include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-iam/types.rb', line 2979 class GetGroupPolicyResponse < Struct.new( :group_name, :policy_name, :policy_document) include Aws::Structure end |