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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


1091
1092
1093
1094
1095
1096
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1091

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)


1091
1092
1093
1094
1095
1096
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1091

class CreateWirelessGatewayTaskResponse < Struct.new(
  :wireless_gateway_task_definition_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end