Class: Aws::Types::CreateWirelessGatewayTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWirelessGatewayTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#wireless_gateway_task_definition_id ⇒ ::String
Returns the value of attribute wireless_gateway_task_definition_id.
Instance Attribute Details
#status ⇒ "PENDING", ...
Returns the value of attribute status.
348 349 350 |
# File 'sig/types.rbs', line 348 def status @status end |
#wireless_gateway_task_definition_id ⇒ ::String
Returns the value of attribute wireless_gateway_task_definition_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def wireless_gateway_task_definition_id @wireless_gateway_task_definition_id end |