Class: Aws::IoTSiteWise::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeleteApplicationRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
ID of the Application to delete.
-
#workspace_name ⇒ String
Name of the workspace to associate with the underlying Application.
Instance Attribute Details
#id ⇒ String
ID of the Application to delete
5379 5380 5381 5382 5383 5384 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5379 class DeleteApplicationRequest < Struct.new( :workspace_name, :id) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
Name of the workspace to associate with the underlying Application
5379 5380 5381 5382 5383 5384 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5379 class DeleteApplicationRequest < Struct.new( :workspace_name, :id) SENSITIVE = [] include Aws::Structure end |