DeleteIAMPolicyAssignmentRequest
public struct DeleteIAMPolicyAssignmentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the assignment.
Declaration
Swift
public let assignmentName: String
-
The AWS account ID where you want to delete the IAM policy assignment.
Declaration
Swift
public let awsAccountId: String
-
The namespace that contains the assignment.
Declaration
Swift
public let namespace: String
-
Undocumented
Declaration
Swift
public init(assignmentName: String, awsAccountId: String, namespace: String)
-
Declaration
Swift
public func validate(name: String) throws