Class: Aws::IoTWireless::Types::CreateWirelessGatewayTaskResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the request.

Returns:

  • (String)


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_idString

The ID of the WirelessGatewayTaskDefinition.

Returns:

  • (String)


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