class Aws::SageMaker::Types::ListDeviceFleetsRequest

@note When making an API call, you may pass ListDeviceFleetsRequest

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      creation_time_after: Time.now,
      creation_time_before: Time.now,
      last_modified_time_after: Time.now,
      last_modified_time_before: Time.now,
      name_contains: "NameContains",
      sort_by: "NAME", # accepts NAME, CREATION_TIME, LAST_MODIFIED_TIME
      sort_order: "Ascending", # accepts Ascending, Descending
    }

@!attribute [rw] next_token

The response from the last list when returning a list large enough
to need tokening.
@return [String]

@!attribute [rw] max_results

The maximum number of results to select.
@return [Integer]

@!attribute [rw] creation_time_after

Filter fleets where packaging job was created after specified time.
@return [Time]

@!attribute [rw] creation_time_before

Filter fleets where the edge packaging job was created before
specified time.
@return [Time]

@!attribute [rw] last_modified_time_after

Select fleets where the job was updated after X
@return [Time]

@!attribute [rw] last_modified_time_before

Select fleets where the job was updated before X
@return [Time]

@!attribute [rw] name_contains

Filter for fleets containing this name in their fleet device name.
@return [String]

@!attribute [rw] sort_by

The column to sort by.
@return [String]

@!attribute [rw] sort_order

What direction to sort in.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDeviceFleetsRequest AWS API Documentation

Constants

SENSITIVE