ListAppsRequest

public struct ListAppsRequest : AWSShape
extension SageMaker.ListAppsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A parameter to search for the domain ID.

    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: AppSortKey?
  • The sort order for the results. The default is Ascending.

    Declaration

    Swift

    public let sortOrder: SortOrder?
  • A parameter to search by user profile name.

    Declaration

    Swift

    public let userProfileNameEquals: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws