class Aws::SageMaker::Types::ListDevicesRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      latest_heartbeat_after: Time.now,
      model_name: "EntityName",
      device_fleet_name: "EntityName",
    }

@!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

Maximum number of results to select.
@return [Integer]

@!attribute [rw] latest_heartbeat_after

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

@!attribute [rw] model_name

A filter that searches devices that contains this name in any of
their models.
@return [String]

@!attribute [rw] device_fleet_name

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

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

Constants

SENSITIVE