AttachPolicyRequest
public struct AttachPolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the policy to attach.
Declaration
Swift
public let policyName: String
-
The identity to which the policy is attached.
Declaration
Swift
public let target: String
-
Undocumented
Declaration
Swift
public init(policyName: String, target: String)
-
Declaration
Swift
public func validate(name: String) throws