AwsIamPermissionsBoundary
public struct AwsIamPermissionsBoundary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the policy used to set the permissions boundary for the user.
Declaration
Swift
public let permissionsBoundaryArn: String?
-
The usage type for the permissions boundary.
Declaration
Swift
public let permissionsBoundaryType: String?
-
Undocumented
Declaration
Swift
public init(permissionsBoundaryArn: String? = nil, permissionsBoundaryType: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws