Class: Aws::IoT1ClickProjects::Types::DeleteProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::DeleteProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_name ⇒ String
The name of the empty project to delete.
Instance Attribute Details
#project_name ⇒ String
The name of the empty project to delete.
124 125 126 127 128 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 124 class DeleteProjectRequest < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |