You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::Types::GetGroupPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetGroupPolicyResponse
- Defined in:
- (unknown)
Overview
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.
#policy_document ⇒ String
The policy document.
IAM stores policies in JSON format. However, resources that were created using AWS CloudFormation templates can be formatted in YAML. AWS CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
#policy_name ⇒ String
The name of the policy.