Class: Aws::Types::GetWirelessGatewayTaskResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute last_uplink_received_at.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def last_uplink_received_at
  @last_uplink_received_at
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "FIRST_RETRY", "SECOND_RETRY", "COMPLETED", "FAILED")


1009
1010
1011
# File 'sig/types.rbs', line 1009

def status
  @status
end

#task_created_at ⇒ ::String

Returns the value of attribute task_created_at.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def task_created_at
  @task_created_at
end

#wireless_gateway_id ⇒ ::String

Returns the value of attribute wireless_gateway_id.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def wireless_gateway_id
  @wireless_gateway_id
end

#wireless_gateway_task_definition_id ⇒ ::String

Returns the value of attribute wireless_gateway_task_definition_id.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def wireless_gateway_task_definition_id
  @wireless_gateway_task_definition_id
end