Class: Aws::IoTWireless::Types::ListWirelessGatewayTaskDefinitionsRequest

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

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


3871
3872
3873
3874
3875
3876
3877
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3871

class ListWirelessGatewayTaskDefinitionsRequest < Struct.new(
  :max_results,
  :next_token,
  :task_definition_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3871

class ListWirelessGatewayTaskDefinitionsRequest < Struct.new(
  :max_results,
  :next_token,
  :task_definition_type)
  SENSITIVE = []
  include Aws::Structure
end

#task_definition_typeString

A filter to list only the wireless gateway task definitions that use this task definition type.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
3877
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3871

class ListWirelessGatewayTaskDefinitionsRequest < Struct.new(
  :max_results,
  :next_token,
  :task_definition_type)
  SENSITIVE = []
  include Aws::Structure
end