Struct aws_sdk_iotwireless::output::GetWirelessGatewayTaskOutput [−][src]
#[non_exhaustive]pub struct GetWirelessGatewayTaskOutput {
pub wireless_gateway_id: Option<String>,
pub wireless_gateway_task_definition_id: Option<String>,
pub last_uplink_received_at: Option<String>,
pub task_created_at: Option<String>,
pub status: Option<WirelessGatewayTaskStatus>,
}
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.wireless_gateway_id: Option<String>
The ID of the wireless gateway.
wireless_gateway_task_definition_id: Option<String>
The ID of the WirelessGatewayTask.
last_uplink_received_at: Option<String>
The date and time when the most recent uplink was received.
task_created_at: Option<String>
The date and time when the task was created.
status: Option<WirelessGatewayTaskStatus>
The status of the request.
Implementations
The ID of the wireless gateway.
The ID of the WirelessGatewayTask.
The date and time when the most recent uplink was received.
The date and time when the task was created.
The status of the request.
Creates a new builder-style object to manufacture GetWirelessGatewayTaskOutput
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 Send for GetWirelessGatewayTaskOutput
impl Sync for GetWirelessGatewayTaskOutput
impl Unpin for GetWirelessGatewayTaskOutput
impl UnwindSafe for GetWirelessGatewayTaskOutput
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