Class: Aws::IoT1ClickProjects::Types::ListPlacementsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::ListPlacementsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
-
#placements ⇒ Array<Types::PlacementSummary>
An object listing the requested placements.
Instance Attribute Details
#next_token ⇒ String
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
300 301 302 303 304 305 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 300 class ListPlacementsResponse < Struct.new( :placements, :next_token) SENSITIVE = [] include Aws::Structure end |
#placements ⇒ Array<Types::PlacementSummary>
An object listing the requested placements.
300 301 302 303 304 305 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 300 class ListPlacementsResponse < Struct.new( :placements, :next_token) SENSITIVE = [] include Aws::Structure end |