#[non_exhaustive]pub struct CreateWirelessGatewayTaskDefinitionInput {
pub auto_create_tasks: bool,
pub name: Option<String>,
pub update: Option<UpdateWirelessGatewayTaskCreate>,
pub client_request_token: Option<String>,
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.auto_create_tasks: boolWhether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.
name: Option<String>The name of the new resource.
update: Option<UpdateWirelessGatewayTaskCreate>Information about the gateways to update.
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.
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateWirelessGatewayTaskDefinition, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateWirelessGatewayTaskDefinition, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateWirelessGatewayTaskDefinition>
Creates a new builder-style object to manufacture CreateWirelessGatewayTaskDefinitionInput
Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.
Information about the gateways to update.
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 tags to attach to the specified resource. 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
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
