Class: Aws::IoT1ClickProjects::Types::ListPlacementsResponse

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

#next_tokenString

The token used to retrieve the next set of results - will be effectively empty if there are no further results.

Returns:

  • (String)


300
301
302
303
304
305
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 300

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

#placementsArray<Types::PlacementSummary>

An object listing the requested placements.

Returns:



300
301
302
303
304
305
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 300

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