[][src]Struct rusoto_sagemaker::UpdateDeviceFleetRequest

pub struct UpdateDeviceFleetRequest {
    pub description: Option<String>,
    pub device_fleet_name: String,
    pub output_config: EdgeOutputConfig,
    pub role_arn: Option<String>,
}

Fields

description: Option<String>

Description of the fleet.

device_fleet_name: String

The name of the fleet.

output_config: EdgeOutputConfig

Output configuration for storing sample data collected by the fleet.

role_arn: Option<String>

The Amazon Resource Name (ARN) of the device.

Trait Implementations

impl Clone for UpdateDeviceFleetRequest[src]

impl Debug for UpdateDeviceFleetRequest[src]

impl Default for UpdateDeviceFleetRequest[src]

impl PartialEq<UpdateDeviceFleetRequest> for UpdateDeviceFleetRequest[src]

impl Serialize for UpdateDeviceFleetRequest[src]

impl StructuralPartialEq for UpdateDeviceFleetRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.