Class: Aws::IoTWireless::Types::CreateWirelessGatewayTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateWirelessGatewayTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to update.
-
#wireless_gateway_task_definition_id ⇒ String
The ID of the WirelessGatewayTaskDefinition.
Instance Attribute Details
#id ⇒ String
The ID of the resource to update.
1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1173 class CreateWirelessGatewayTaskRequest < Struct.new( :id, :wireless_gateway_task_definition_id) SENSITIVE = [] include Aws::Structure end |
#wireless_gateway_task_definition_id ⇒ String
The ID of the WirelessGatewayTaskDefinition.
1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1173 class CreateWirelessGatewayTaskRequest < Struct.new( :id, :wireless_gateway_task_definition_id) SENSITIVE = [] include Aws::Structure end |