Class: Aws::IoTWireless::Types::ListWirelessGatewayTaskDefinitionsResponse

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

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3680

class ListWirelessGatewayTaskDefinitionsResponse < Struct.new(
  :next_token,
  :task_definitions)
  SENSITIVE = []
  include Aws::Structure
end

#task_definitionsArray<Types::UpdateWirelessGatewayTaskEntry>

The list of task definitions.



3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3680

class ListWirelessGatewayTaskDefinitionsResponse < Struct.new(
  :next_token,
  :task_definitions)
  SENSITIVE = []
  include Aws::Structure
end