Class: Aws::IoTWireless::Types::GetWirelessGatewayTaskResponse

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

The date and time when the most recent uplink was received.

This value is only valid for 3 months.

Returns:

  • (String)


2803
2804
2805
2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2803

class GetWirelessGatewayTaskResponse < Struct.new(
  :wireless_gateway_id,
  :wireless_gateway_task_definition_id,
  :last_uplink_received_at,
  :task_created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request.

Returns:

  • (String)


2803
2804
2805
2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2803

class GetWirelessGatewayTaskResponse < Struct.new(
  :wireless_gateway_id,
  :wireless_gateway_task_definition_id,
  :last_uplink_received_at,
  :task_created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#task_created_atString

The date and time when the task was created.

Returns:

  • (String)


2803
2804
2805
2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2803

class GetWirelessGatewayTaskResponse < Struct.new(
  :wireless_gateway_id,
  :wireless_gateway_task_definition_id,
  :last_uplink_received_at,
  :task_created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_gateway_idString

The ID of the wireless gateway.

Returns:

  • (String)


2803
2804
2805
2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2803

class GetWirelessGatewayTaskResponse < Struct.new(
  :wireless_gateway_id,
  :wireless_gateway_task_definition_id,
  :last_uplink_received_at,
  :task_created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_gateway_task_definition_idString

The ID of the WirelessGatewayTask.

Returns:

  • (String)


2803
2804
2805
2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2803

class GetWirelessGatewayTaskResponse < Struct.new(
  :wireless_gateway_id,
  :wireless_gateway_task_definition_id,
  :last_uplink_received_at,
  :task_created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end