Struct aws_sdk_iotwireless::input::CreateWirelessDeviceInput
source ·
[−]#[non_exhaustive]pub struct CreateWirelessDeviceInput {
pub type: Option<WirelessDeviceType>,
pub name: Option<String>,
pub description: Option<String>,
pub destination_name: Option<String>,
pub client_request_token: Option<String>,
pub lo_ra_wan: Option<LoRaWanDevice>,
pub tags: Option<Vec<Tag>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.type: Option<WirelessDeviceType>The wireless device type.
name: Option<String>The name of the new resource.
description: Option<String>The description of the new resource.
destination_name: Option<String>The name of the destination to assign to the new wireless device.
client_request_token: Option<String>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
lo_ra_wan: Option<LoRaWanDevice>The device configuration information to use to create the wireless device.
The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateWirelessDevice, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateWirelessDevice, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateWirelessDevice>
Creates a new builder-style object to manufacture CreateWirelessDeviceInput
The wireless device type.
The description of the new resource.
The name of the destination to assign to the new wireless device.
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
The device configuration information to use to create the wireless device.
The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateWirelessDeviceInput
impl Send for CreateWirelessDeviceInput
impl Sync for CreateWirelessDeviceInput
impl Unpin for CreateWirelessDeviceInput
impl UnwindSafe for CreateWirelessDeviceInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
