Module: Aws::SimSpaceWeaver::Client::_DescribeAppResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAppOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #domain ⇒ ::String
- #endpoint_info ⇒ Types::SimulationAppEndpointInfo
- #launch_overrides ⇒ Types::LaunchOverrides
- #name ⇒ ::String
- #simulation ⇒ ::String
- #status ⇒ "STARTING", ...
- #target_status ⇒ "UNKNOWN", ...
Instance Method Details
#description ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def description: () -> ::String
|
#domain ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def domain: () -> ::String
|
#endpoint_info ⇒ Types::SimulationAppEndpointInfo
118 |
# File 'sig/client.rbs', line 118
def endpoint_info: () -> Types::SimulationAppEndpointInfo
|
#launch_overrides ⇒ Types::LaunchOverrides
119 |
# File 'sig/client.rbs', line 119
def launch_overrides: () -> Types::LaunchOverrides
|
#name ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def name: () -> ::String
|
#simulation ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def simulation: () -> ::String
|
#status ⇒ "STARTING", ...
122 |
# File 'sig/client.rbs', line 122
def status: () -> ("STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "ERROR" | "UNKNOWN")
|
#target_status ⇒ "UNKNOWN", ...
123 |
# File 'sig/client.rbs', line 123
def target_status: () -> ("UNKNOWN" | "STARTED" | "STOPPED")
|