GetPolicyVersionRequest
public struct GetPolicyVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the policy.
Declaration
Swift
public let policyName: String -
The policy version ID.
Declaration
Swift
public let policyVersionId: String -
Undocumented
Declaration
Swift
public init(policyName: String, policyVersionId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetPolicyVersionRequest Structure Reference