Class: Aws::IoT1ClickProjects::Types::GetDevicesInPlacementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::GetDevicesInPlacementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#placement_name ⇒ String
The name of the placement to get the devices from.
-
#project_name ⇒ String
The name of the project containing the placement.
Instance Attribute Details
#placement_name ⇒ String
The name of the placement to get the devices from.
226 227 228 229 230 231 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 226 class GetDevicesInPlacementRequest < Struct.new( :project_name, :placement_name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project containing the placement.
226 227 228 229 230 231 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 226 class GetDevicesInPlacementRequest < Struct.new( :project_name, :placement_name) SENSITIVE = [] include Aws::Structure end |