Class: Aws::Types::StartSimulationOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartSimulationOutput
- 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.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
260 261 262 |
# File 'sig/types.rbs', line 260 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
261 262 263 |
# File 'sig/types.rbs', line 261 def creation_time @creation_time end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
262 263 264 |
# File 'sig/types.rbs', line 262 def execution_id @execution_id end |