Struct aws_sdk_sagemaker::operation::list_devices::ListDevicesInput
source · #[non_exhaustive]pub struct ListDevicesInput { /* private fields */ }
Implementations§
source§impl ListDevicesInput
impl ListDevicesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The response from the last list when returning a list large enough to need tokening.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum number of results to select.
sourcepub fn latest_heartbeat_after(&self) -> Option<&DateTime>
pub fn latest_heartbeat_after(&self) -> Option<&DateTime>
Select fleets where the job was updated after X
sourcepub fn model_name(&self) -> Option<&str>
pub fn model_name(&self) -> Option<&str>
A filter that searches devices that contains this name in any of their models.
sourcepub fn device_fleet_name(&self) -> Option<&str>
pub fn device_fleet_name(&self) -> Option<&str>
Filter for fleets containing this name in their device fleet name.
source§impl ListDevicesInput
impl ListDevicesInput
sourcepub fn builder() -> ListDevicesInputBuilder
pub fn builder() -> ListDevicesInputBuilder
Creates a new builder-style object to manufacture ListDevicesInput
.
source§impl ListDevicesInput
impl ListDevicesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDevices, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListDevices, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDevices
>
Trait Implementations§
source§impl Clone for ListDevicesInput
impl Clone for ListDevicesInput
source§fn clone(&self) -> ListDevicesInput
fn clone(&self) -> ListDevicesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListDevicesInput
impl Debug for ListDevicesInput
source§impl PartialEq<ListDevicesInput> for ListDevicesInput
impl PartialEq<ListDevicesInput> for ListDevicesInput
source§fn eq(&self, other: &ListDevicesInput) -> bool
fn eq(&self, other: &ListDevicesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.