Class: Aws::Types::SimulationAppMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SimulationAppMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#simulation ⇒ ::String
Returns the value of attribute simulation.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
193 194 195 |
# File 'sig/types.rbs', line 193 def domain @domain end |
#name ⇒ ::String
Returns the value of attribute name.
194 195 196 |
# File 'sig/types.rbs', line 194 def name @name end |
#simulation ⇒ ::String
Returns the value of attribute simulation.
195 196 197 |
# File 'sig/types.rbs', line 195 def simulation @simulation end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
196 197 198 |
# File 'sig/types.rbs', line 196 def status @status end |
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
197 198 199 |
# File 'sig/types.rbs', line 197 def target_status @target_status end |