Class: Aws::IoTWireless::Types::GetWirelessGatewayTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
-
#status ⇒ String
The status of the request.
-
#task_created_at ⇒ String
The date and time when the task was created.
-
#wireless_gateway_id ⇒ String
The ID of the wireless gateway.
-
#wireless_gateway_task_definition_id ⇒ String
The ID of the WirelessGatewayTask.
Instance Attribute Details
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
<note markdown=“1”> This value is only valid for 3 months.
</note>
3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013 class GetWirelessGatewayTaskResponse < Struct.new( :wireless_gateway_id, :wireless_gateway_task_definition_id, :last_uplink_received_at, :task_created_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013 class GetWirelessGatewayTaskResponse < Struct.new( :wireless_gateway_id, :wireless_gateway_task_definition_id, :last_uplink_received_at, :task_created_at, :status) SENSITIVE = [] include Aws::Structure end |
#task_created_at ⇒ String
The date and time when the task was created.
3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013 class GetWirelessGatewayTaskResponse < Struct.new( :wireless_gateway_id, :wireless_gateway_task_definition_id, :last_uplink_received_at, :task_created_at, :status) SENSITIVE = [] include Aws::Structure end |
#wireless_gateway_id ⇒ String
The ID of the wireless gateway.
3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013 class GetWirelessGatewayTaskResponse < Struct.new( :wireless_gateway_id, :wireless_gateway_task_definition_id, :last_uplink_received_at, :task_created_at, :status) SENSITIVE = [] include Aws::Structure end |
#wireless_gateway_task_definition_id ⇒ String
The ID of the WirelessGatewayTask.
3013 3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013 class GetWirelessGatewayTaskResponse < Struct.new( :wireless_gateway_id, :wireless_gateway_task_definition_id, :last_uplink_received_at, :task_created_at, :status) SENSITIVE = [] include Aws::Structure end |