PolicyVersionIdentifier
public struct PolicyVersionIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the policy.
Declaration
Swift
public let policyName: String?
-
The ID of the version of the policy associated with the resource.
Declaration
Swift
public let policyVersionId: String?
-
Undocumented
Declaration
Swift
public init(policyName: String? = nil, policyVersionId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws