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

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

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

<note markdown=“1”> This value is only valid for 3 months.

</note>

Returns:

  • (String)


3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013

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)


3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013

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)


3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013

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)


3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013

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)


3013
3014
3015
3016
3017
3018
3019
3020
3021
# File 'lib/aws-sdk-iotwireless/types.rb', line 3013

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