Module: Aws::QApps::Client::_GetQAppResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQAppOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_arn ⇒ ::String
- #app_definition ⇒ Types::AppDefinition
- #app_id ⇒ ::String
- #app_version ⇒ ::Integer
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #initial_prompt ⇒ ::String
- #required_capabilities ⇒ ::Array[("FileUpload" | "CreatorMode" | "RetrievalMode" | "PluginMode")]
- #status ⇒ "PUBLISHED", ...
- #title ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#app_arn ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def app_arn: () -> ::String
|
#app_definition ⇒ Types::AppDefinition
284 |
# File 'sig/client.rbs', line 284
def app_definition: () -> Types::AppDefinition
|
#app_id ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def app_id: () -> ::String
|
#app_version ⇒ ::Integer
277 |
# File 'sig/client.rbs', line 277
def app_version: () -> ::Integer
|
#created_at ⇒ ::Time
279 |
# File 'sig/client.rbs', line 279
def created_at: () -> ::Time
|
#created_by ⇒ ::String
280 |
# File 'sig/client.rbs', line 280
def created_by: () -> ::String
|
#description ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def description: () -> ::String
|
#initial_prompt ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def initial_prompt: () -> ::String
|
#required_capabilities ⇒ ::Array[("FileUpload" | "CreatorMode" | "RetrievalMode" | "PluginMode")]
283 |
# File 'sig/client.rbs', line 283
def required_capabilities: () -> ::Array[("FileUpload" | "CreatorMode" | "RetrievalMode" | "PluginMode")]
|
#status ⇒ "PUBLISHED", ...
278 |
# File 'sig/client.rbs', line 278
def status: () -> ("PUBLISHED" | "DRAFT" | "DELETED")
|
#title ⇒ ::String
274 |
# File 'sig/client.rbs', line 274
def title: () -> ::String
|
#updated_at ⇒ ::Time
281 |
# File 'sig/client.rbs', line 281
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def updated_by: () -> ::String
|