Module: Aws::QApps::Client::_UpdateQAppResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateQAppOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_arn ⇒ ::String
- #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
505 |
# File 'sig/client.rbs', line 505
def app_arn: () -> ::String
|
#app_id ⇒ ::String
504 |
# File 'sig/client.rbs', line 504
def app_id: () -> ::String
|
#app_version ⇒ ::Integer
509 |
# File 'sig/client.rbs', line 509
def app_version: () -> ::Integer
|
#created_at ⇒ ::Time
511 |
# File 'sig/client.rbs', line 511
def created_at: () -> ::Time
|
#created_by ⇒ ::String
512 |
# File 'sig/client.rbs', line 512
def created_by: () -> ::String
|
#description ⇒ ::String
507 |
# File 'sig/client.rbs', line 507
def description: () -> ::String
|
#initial_prompt ⇒ ::String
508 |
# File 'sig/client.rbs', line 508
def initial_prompt: () -> ::String
|
#required_capabilities ⇒ ::Array[("FileUpload" | "CreatorMode" | "RetrievalMode" | "PluginMode")]
515 |
# File 'sig/client.rbs', line 515
def required_capabilities: () -> ::Array[("FileUpload" | "CreatorMode" | "RetrievalMode" | "PluginMode")]
|
#status ⇒ "PUBLISHED", ...
510 |
# File 'sig/client.rbs', line 510
def status: () -> ("PUBLISHED" | "DRAFT" | "DELETED")
|
#title ⇒ ::String
506 |
# File 'sig/client.rbs', line 506
def title: () -> ::String
|
#updated_at ⇒ ::Time
513 |
# File 'sig/client.rbs', line 513
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def updated_by: () -> ::String
|