Class: Aws::SimSpaceWeaver::Types::DeleteAppInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::DeleteAppInput
- Defined in:
- gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ String
The name of the app.
-
#domain ⇒ String
The name of the domain of the app.
-
#simulation ⇒ String
The name of the simulation of the app.
Instance Attribute Details
#app ⇒ String
The name of the app.
104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 104 class DeleteAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the domain of the app.
104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 104 class DeleteAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |
#simulation ⇒ String
The name of the simulation of the app.
104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 104 class DeleteAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |