Module: Aws::SimSpaceWeaver::Client::_DescribeSimulationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSimulationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #execution_id ⇒ ::String
- #live_simulation_state ⇒ Types::LiveSimulationState
- #logging_configuration ⇒ Types::LoggingConfiguration
- #maximum_duration ⇒ ::String
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #schema_error ⇒ ::String
- #schema_s3_location ⇒ Types::S3Location
- #snapshot_s3_location ⇒ Types::S3Location
- #start_error ⇒ ::String
- #status ⇒ "UNKNOWN", ...
- #target_status ⇒ "UNKNOWN", ...
Instance Method Details
#arn ⇒ ::String
135 |
# File 'sig/client.rbs', line 135 def arn: () -> ::String |
#creation_time ⇒ ::Time
136 |
# File 'sig/client.rbs', line 136 def creation_time: () -> ::Time |
#description ⇒ ::String
137 |
# File 'sig/client.rbs', line 137 def description: () -> ::String |
#execution_id ⇒ ::String
138 |
# File 'sig/client.rbs', line 138 def execution_id: () -> ::String |
#live_simulation_state ⇒ Types::LiveSimulationState
139 |
# File 'sig/client.rbs', line 139 def live_simulation_state: () -> Types::LiveSimulationState |
#logging_configuration ⇒ Types::LoggingConfiguration
140 |
# File 'sig/client.rbs', line 140 def logging_configuration: () -> Types::LoggingConfiguration |
#maximum_duration ⇒ ::String
141 |
# File 'sig/client.rbs', line 141 def maximum_duration: () -> ::String |
#name ⇒ ::String
142 |
# File 'sig/client.rbs', line 142 def name: () -> ::String |
#role_arn ⇒ ::String
143 |
# File 'sig/client.rbs', line 143 def role_arn: () -> ::String |
#schema_error ⇒ ::String
144 |
# File 'sig/client.rbs', line 144 def schema_error: () -> ::String |
#schema_s3_location ⇒ Types::S3Location
145 |
# File 'sig/client.rbs', line 145 def schema_s3_location: () -> Types::S3Location |
#snapshot_s3_location ⇒ Types::S3Location
146 |
# File 'sig/client.rbs', line 146 def snapshot_s3_location: () -> Types::S3Location |
#start_error ⇒ ::String
147 |
# File 'sig/client.rbs', line 147 def start_error: () -> ::String |
#status ⇒ "UNKNOWN", ...
148 |
# File 'sig/client.rbs', line 148 def status: () -> ("UNKNOWN" | "STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED" | "SNAPSHOT_IN_PROGRESS") |
#target_status ⇒ "UNKNOWN", ...
149 |
# File 'sig/client.rbs', line 149 def target_status: () -> ("UNKNOWN" | "STARTED" | "STOPPED" | "DELETED") |