Class: Aws::Types::SimulationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SimulationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "UNKNOWN", ...
Returns the value of attribute status.
-
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
214 215 216 |
# File 'sig/types.rbs', line 214 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
215 216 217 |
# File 'sig/types.rbs', line 215 def creation_time @creation_time end |
#name ⇒ ::String
Returns the value of attribute name.
216 217 218 |
# File 'sig/types.rbs', line 216 def name @name end |
#status ⇒ "UNKNOWN", ...
Returns the value of attribute status.
217 218 219 |
# File 'sig/types.rbs', line 217 def status @status end |
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
218 219 220 |
# File 'sig/types.rbs', line 218 def target_status @target_status end |