DeleteRolePermissionsBoundaryRequest

public struct DeleteRolePermissionsBoundaryRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.

    Declaration

    Swift

    public let roleName: String
  • Undocumented

    Declaration

    Swift

    public init(roleName: String)
  • Declaration

    Swift

    public func validate(name: String) throws