Module: Aws::QApps::Client::_GetQAppSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQAppSessionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_version ⇒ ::Integer
- #card_status ⇒ ::Hash[::String, Types::CardStatus]
- #latest_published_app_version ⇒ ::Integer
- #session_arn ⇒ ::String
- #session_id ⇒ ::String
- #session_name ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
- #user_is_host ⇒ Boolean
Instance Method Details
#app_version ⇒ ::Integer
299 |
# File 'sig/client.rbs', line 299
def app_version: () -> ::Integer
|
#card_status ⇒ ::Hash[::String, Types::CardStatus]
302 |
# File 'sig/client.rbs', line 302
def card_status: () -> ::Hash[::String, Types::CardStatus]
|
#latest_published_app_version ⇒ ::Integer
300 |
# File 'sig/client.rbs', line 300
def latest_published_app_version: () -> ::Integer
|
#session_arn ⇒ ::String
297 |
# File 'sig/client.rbs', line 297
def session_arn: () -> ::String
|
#session_id ⇒ ::String
296 |
# File 'sig/client.rbs', line 296
def session_id: () -> ::String
|
#session_name ⇒ ::String
298 |
# File 'sig/client.rbs', line 298
def session_name: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
301 |
# File 'sig/client.rbs', line 301
def status: () -> ("IN_PROGRESS" | "WAITING" | "COMPLETED" | "ERROR")
|
#user_is_host ⇒ Boolean
303 |
# File 'sig/client.rbs', line 303
def user_is_host: () -> bool
|