Class: Aws::Types::GetWirelessGatewayTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWirelessGatewayTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_uplink_received_at ⇒ ::String
Returns the value of attribute last_uplink_received_at.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#task_created_at ⇒ ::String
Returns the value of attribute task_created_at.
-
#wireless_gateway_id ⇒ ::String
Returns the value of attribute wireless_gateway_id.
-
#wireless_gateway_task_definition_id ⇒ ::String
Returns the value of attribute wireless_gateway_task_definition_id.
Instance Attribute Details
#last_uplink_received_at ⇒ ::String
Returns the value of attribute last_uplink_received_at.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def last_uplink_received_at @last_uplink_received_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def status @status end |
#task_created_at ⇒ ::String
Returns the value of attribute task_created_at.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def task_created_at @task_created_at end |
#wireless_gateway_id ⇒ ::String
Returns the value of attribute wireless_gateway_id.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def wireless_gateway_id @wireless_gateway_id end |
#wireless_gateway_task_definition_id ⇒ ::String
Returns the value of attribute wireless_gateway_task_definition_id.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def wireless_gateway_task_definition_id @wireless_gateway_task_definition_id end |