Class: Aws::IoT1ClickProjects::Types::ListPlacementsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return per request. If not set, a default value of 100 is used.

Returns:

  • (Integer)


283
284
285
286
287
288
289
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 283

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


283
284
285
286
287
288
289
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 283

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

#project_nameString

The project containing the placements to be listed.

Returns:

  • (String)


283
284
285
286
287
288
289
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 283

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