GetGroupPolicyResponse
public struct GetGroupPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The group the policy is associated with.
Declaration
Swift
public let groupName: 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.
Declaration
Swift
public let policyDocument: String
-
The name of the policy.
Declaration
Swift
public let policyName: String
-
Undocumented
Declaration
Swift
public init(groupName: String, policyDocument: String, policyName: String)