class
Amazonite::Iam::GetGroupPolicyResponse
- Amazonite::Iam::GetGroupPolicyResponse
- Reference
- Object
Overview
Contains the response to a successful GetGroupPolicy request.
Defined in:
iam/get_group_policy_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(group_name : String, policy_name : String, policy_document : String)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#group_name : String
The group the policy is associated with.
-
#group_name=(group_name : String)
The group the policy is associated with.
-
#hash(hasher)
See
Object#hash(hasher) -
#policy_document : String
The policy document.
-
#policy_document=(policy_document : String)
The policy document.
-
#policy_name : String
The name of the policy.
-
#policy_name=(policy_name : String)
The name of the policy.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The policy document.
IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
The policy document.
IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.