Struct rusoto_greengrass::CreateDeviceDefinitionVersionRequest [] [src]

pub struct CreateDeviceDefinitionVersionRequest {
    pub amzn_client_token: Option<String>,
    pub device_definition_id: String,
    pub devices: Option<Vec<Device>>,
}

Fields

The client token used to request idempotent operations.

device definition Id

Devices in the definition version.

Trait Implementations

impl Default for CreateDeviceDefinitionVersionRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateDeviceDefinitionVersionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDeviceDefinitionVersionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations