Class: Aws::SimSpaceWeaver::Types::SimulationAppMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::SimulationAppMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
A collection of metadata about the app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain of the app.
-
#name ⇒ String
The name of the app.
-
#simulation ⇒ String
The name of the simulation of the app.
-
#status ⇒ String
The current status of the app.
-
#target_status ⇒ String
The desired status of the app.
Instance Attribute Details
#domain ⇒ String
The domain of the app. For more information about domains, see [Key concepts: Domains] in the *SimSpace Weaver User Guide*.
753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 753 class SimulationAppMetadata < Struct.new( :domain, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the app.
753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 753 class SimulationAppMetadata < Struct.new( :domain, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#simulation ⇒ String
The name of the simulation of the app.
753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 753 class SimulationAppMetadata < Struct.new( :domain, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the app.
753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 753 class SimulationAppMetadata < Struct.new( :domain, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#target_status ⇒ String
The desired status of the app.
753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 753 class SimulationAppMetadata < Struct.new( :domain, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |