Class: Aws::Types::DescribeSimulationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSimulationOutput
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#live_simulation_state ⇒ Types::LiveSimulationState
Returns the value of attribute live_simulation_state.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#maximum_duration ⇒ ::String
Returns the value of attribute maximum_duration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schema_error ⇒ ::String
Returns the value of attribute schema_error.
-
#schema_s3_location ⇒ Types::S3Location
Returns the value of attribute schema_s3_location.
-
#snapshot_s3_location ⇒ Types::S3Location
Returns the value of attribute snapshot_s3_location.
-
#start_error ⇒ ::String
Returns the value of attribute start_error.
-
#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.
78 79 80 |
# File 'sig/types.rbs', line 78 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
79 80 81 |
# File 'sig/types.rbs', line 79 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
80 81 82 |
# File 'sig/types.rbs', line 80 def description @description end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def execution_id @execution_id end |
#live_simulation_state ⇒ Types::LiveSimulationState
Returns the value of attribute live_simulation_state.
82 83 84 |
# File 'sig/types.rbs', line 82 def live_simulation_state @live_simulation_state end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
83 84 85 |
# File 'sig/types.rbs', line 83 def logging_configuration @logging_configuration end |
#maximum_duration ⇒ ::String
Returns the value of attribute maximum_duration.
84 85 86 |
# File 'sig/types.rbs', line 84 def maximum_duration @maximum_duration end |
#name ⇒ ::String
Returns the value of attribute name.
85 86 87 |
# File 'sig/types.rbs', line 85 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def role_arn @role_arn end |
#schema_error ⇒ ::String
Returns the value of attribute schema_error.
87 88 89 |
# File 'sig/types.rbs', line 87 def schema_error @schema_error end |
#schema_s3_location ⇒ Types::S3Location
Returns the value of attribute schema_s3_location.
88 89 90 |
# File 'sig/types.rbs', line 88 def schema_s3_location @schema_s3_location end |
#snapshot_s3_location ⇒ Types::S3Location
Returns the value of attribute snapshot_s3_location.
89 90 91 |
# File 'sig/types.rbs', line 89 def snapshot_s3_location @snapshot_s3_location end |
#start_error ⇒ ::String
Returns the value of attribute start_error.
90 91 92 |
# File 'sig/types.rbs', line 90 def start_error @start_error end |
#status ⇒ "UNKNOWN", ...
Returns the value of attribute status.
91 92 93 |
# File 'sig/types.rbs', line 91 def status @status end |
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
92 93 94 |
# File 'sig/types.rbs', line 92 def target_status @target_status end |