Class: Aws::IoT1ClickProjects::Types::DeletePlacementRequest

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

#placement_nameString

The name of the empty placement to delete.

Returns:

  • (String)


111
112
113
114
115
116
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 111

class DeletePlacementRequest < Struct.new(
  :placement_name,
  :project_name)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The project containing the empty placement to delete.

Returns:

  • (String)


111
112
113
114
115
116
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 111

class DeletePlacementRequest < Struct.new(
  :placement_name,
  :project_name)
  SENSITIVE = []
  include Aws::Structure
end