CreatePolicyResponse
public struct CreatePolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The policy ARN.
Declaration
Swift
public let policyArn: String? -
The JSON document that describes the policy.
Declaration
Swift
public let policyDocument: String? -
The policy name.
Declaration
Swift
public let policyName: String? -
The policy version ID.
Declaration
Swift
public let policyVersionId: String? -
Undocumented
Declaration
Swift
public init(policyArn: String? = nil, policyDocument: String? = nil, policyName: String? = nil, policyVersionId: String? = nil)
View on GitHub
CreatePolicyResponse Structure Reference