Struct aws_sdk_iotwireless::input::CreateWirelessGatewayInput
source ·
[−]#[non_exhaustive]pub struct CreateWirelessGatewayInput {
pub name: Option<String>,
pub description: Option<String>,
pub lo_ra_wan: Option<LoRaWanGateway>,
pub tags: Option<Vec<Tag>>,
pub client_request_token: Option<String>,
}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.name: Option<String>The name of the new resource.
description: Option<String>The description of the new resource.
lo_ra_wan: Option<LoRaWanGateway>The gateway configuration information to use to create the wireless gateway.
The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
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.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateWirelessGateway, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateWirelessGateway, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateWirelessGateway>
Creates a new builder-style object to manufacture CreateWirelessGatewayInput
The description of the new resource.
The gateway configuration information to use to create the wireless gateway.
The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
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.
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 CreateWirelessGatewayInput
impl Send for CreateWirelessGatewayInput
impl Sync for CreateWirelessGatewayInput
impl Unpin for CreateWirelessGatewayInput
impl UnwindSafe for CreateWirelessGatewayInput
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
