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