Module: Aws::QApps::Client::_GetQAppSessionResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#app_version::Integer

Returns:

  • (::Integer)


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

def app_version: () -> ::Integer

#card_status::Hash[::String, Types::CardStatus]

Returns:



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

def card_status: () -> ::Hash[::String, Types::CardStatus]

#latest_published_app_version::Integer

Returns:

  • (::Integer)


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

def latest_published_app_version: () -> ::Integer

#session_arn::String

Returns:

  • (::String)


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

def session_arn: () -> ::String

#session_id::String

Returns:

  • (::String)


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

def session_id: () -> ::String

#session_name::String

Returns:

  • (::String)


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

def session_name: () -> ::String

#status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "WAITING", "COMPLETED", "ERROR")


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

def status: () -> ("IN_PROGRESS" | "WAITING" | "COMPLETED" | "ERROR")

#user_is_hostBoolean

Returns:

  • (Boolean)


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

def user_is_host: () -> bool