Class: Aws::SimSpaceWeaver::Types::StartAppOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::StartAppOutput
- Defined in:
- gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The name of the domain of the app.
-
#name ⇒ String
The name of the app.
-
#simulation ⇒ String
The name of the simulation of the app.
Instance Attribute Details
#domain ⇒ String
The name of the domain of the app.
908 909 910 911 912 913 914 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 908 class StartAppOutput < Struct.new( :domain, :name, :simulation) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the app.
908 909 910 911 912 913 914 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 908 class StartAppOutput < Struct.new( :domain, :name, :simulation) SENSITIVE = [] include Aws::Structure end |
#simulation ⇒ String
The name of the simulation of the app.
908 909 910 911 912 913 914 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 908 class StartAppOutput < Struct.new( :domain, :name, :simulation) SENSITIVE = [] include Aws::Structure end |