Struct rusoto_cognito_idp::NewDeviceMetadataType[][src]

pub struct NewDeviceMetadataType {
    pub device_group_key: Option<String>,
    pub device_key: Option<String>,
}

The new device metadata type.

Fields

The device group key.

The device key.

Trait Implementations

impl Default for NewDeviceMetadataType
[src]

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

impl Debug for NewDeviceMetadataType
[src]

Formats the value using the given formatter. Read more

impl Clone for NewDeviceMetadataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NewDeviceMetadataType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations