Class: Aws::IoTWireless::Types::CreateWirelessGatewayTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateWirelessGatewayTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the request.
-
#wireless_gateway_task_definition_id ⇒ String
The ID of the WirelessGatewayTaskDefinition.
Instance Attribute Details
#status ⇒ String
The status of the request.
1188 1189 1190 1191 1192 1193 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1188 class CreateWirelessGatewayTaskResponse < Struct.new( :wireless_gateway_task_definition_id, :status) SENSITIVE = [] include Aws::Structure end |
#wireless_gateway_task_definition_id ⇒ String
The ID of the WirelessGatewayTaskDefinition.
1188 1189 1190 1191 1192 1193 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1188 class CreateWirelessGatewayTaskResponse < Struct.new( :wireless_gateway_task_definition_id, :status) SENSITIVE = [] include Aws::Structure end |