Module: Aws::SimSpaceWeaver::Client::_DescribeAppResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeAppOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#description ⇒ ::String

Returns:

  • (::String)


116
# File 'sig/client.rbs', line 116

def description: () -> ::String

#domain ⇒ ::String

Returns:

  • (::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

Returns:

  • (::String)


120
# File 'sig/client.rbs', line 120

def name: () -> ::String

#simulation ⇒ ::String

Returns:

  • (::String)


121
# File 'sig/client.rbs', line 121

def simulation: () -> ::String

#status ⇒ "STARTING", ...

Returns:

  • ("STARTING", "STARTED", "STOPPING", "STOPPED", "ERROR", "UNKNOWN")


122
# File 'sig/client.rbs', line 122

def status: () -> ("STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "ERROR" | "UNKNOWN")

#target_status ⇒ "UNKNOWN", ...

Returns:

  • ("UNKNOWN", "STARTED", "STOPPED")


123
# File 'sig/client.rbs', line 123

def target_status: () -> ("UNKNOWN" | "STARTED" | "STOPPED")