Struct rusoto_greengrass::CreateDeviceDefinitionRequest [] [src]

pub struct CreateDeviceDefinitionRequest {
    pub amzn_client_token: Option<String>,
    pub initial_version: Option<DeviceDefinitionVersion>,
    pub name: Option<String>,
}

Fields

The client token used to request idempotent operations.

Information on the initial version

name of the device definition

Trait Implementations

impl Default for CreateDeviceDefinitionRequest
[src]

[src]

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

impl Debug for CreateDeviceDefinitionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDeviceDefinitionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations