Module: Aws::QApps::Client::_CreateQAppResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateQAppOutput]
- 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
170 |
# File 'sig/client.rbs', line 170
def app_arn: () -> ::String
|
#app_id ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def app_id: () -> ::String
|
#app_version ⇒ ::Integer
174 |
# File 'sig/client.rbs', line 174
def app_version: () -> ::Integer
|
#created_at ⇒ ::Time
176 |
# File 'sig/client.rbs', line 176
def created_at: () -> ::Time
|
#created_by ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def created_by: () -> ::String
|
#description ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def description: () -> ::String
|
#initial_prompt ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def initial_prompt: () -> ::String
|
#required_capabilities ⇒ ::Array[("FileUpload" | "CreatorMode" | "RetrievalMode" | "PluginMode")]
180 |
# File 'sig/client.rbs', line 180
def required_capabilities: () -> ::Array[("FileUpload" | "CreatorMode" | "RetrievalMode" | "PluginMode")]
|
#status ⇒ "PUBLISHED", ...
175 |
# File 'sig/client.rbs', line 175
def status: () -> ("PUBLISHED" | "DRAFT" | "DELETED")
|
#title ⇒ ::String
171 |
# File 'sig/client.rbs', line 171
def title: () -> ::String
|
#updated_at ⇒ ::Time
178 |
# File 'sig/client.rbs', line 178
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def updated_by: () -> ::String
|