PutUserPermissionsBoundaryRequest
public struct PutUserPermissionsBoundaryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the policy that is used to set the permissions boundary for the user.
Declaration
Swift
public let permissionsBoundary: String -
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
Declaration
Swift
public let userName: String -
Undocumented
Declaration
Swift
public init(permissionsBoundary: String, userName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutUserPermissionsBoundaryRequest Structure Reference