ListUserProfilesRequest

public struct ListUserProfilesRequest : AWSShape
extension SageMaker.ListUserProfilesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A parameter by which to filter the results.

    Declaration

    Swift

    public let domainIdEquals: String?
  • Returns a list up to a specified limit.

    Declaration

    Swift

    public let maxResults: Int?
  • If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • The parameter by which to sort the results. The default is CreationTime.

    Declaration

    Swift

    public let sortBy: UserProfileSortKey?
  • The sort order for the results. The default is Ascending.

    Declaration

    Swift

    public let sortOrder: SortOrder?
  • A parameter by which to filter the results.

    Declaration

    Swift

    public let userProfileNameContains: String?
  • Undocumented

    Declaration

    Swift

    public init(domainIdEquals: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, sortBy: UserProfileSortKey? = nil, sortOrder: SortOrder? = nil, userProfileNameContains: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws