Class: Aws::SimSpaceWeaver::Types::StopAppInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::StopAppInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 1076 class StopAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the domain of the app.
1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 1076 class StopAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |
#simulation ⇒ String
The name of the simulation of the app.
1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 1076 class StopAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |