Class: Aws::IoTWireless::Types::CreateWirelessGatewayTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateWirelessGatewayTaskResponse
- Defined in:
- gems/aws-sdk-iotwireless/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.
1181 1182 1183 1184 1185 1186 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1181 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.
1181 1182 1183 1184 1185 1186 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1181 class CreateWirelessGatewayTaskResponse < Struct.new( :wireless_gateway_task_definition_id, :status) SENSITIVE = [] include Aws::Structure end |