Module: Aws::ServerlessApplicationRepository::Client::_UpdateApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #author ⇒ ::String
- #creation_time ⇒ ::String
- #description ⇒ ::String
- #home_page_url ⇒ ::String
- #is_verified_author ⇒ Boolean
- #labels ⇒ ::Array[::String]
- #license_url ⇒ ::String
- #name ⇒ ::String
- #readme_url ⇒ ::String
- #spdx_license_id ⇒ ::String
- #verified_author_url ⇒ ::String
- #version ⇒ Types::Version
Instance Method Details
#application_id ⇒ ::String
322 |
# File 'sig/client.rbs', line 322
def application_id: () -> ::String
|
#author ⇒ ::String
323 |
# File 'sig/client.rbs', line 323
def author: () -> ::String
|
#creation_time ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def creation_time: () -> ::String
|
#description ⇒ ::String
325 |
# File 'sig/client.rbs', line 325
def description: () -> ::String
|
#home_page_url ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def home_page_url: () -> ::String
|
#is_verified_author ⇒ Boolean
327 |
# File 'sig/client.rbs', line 327
def is_verified_author: () -> bool
|
#labels ⇒ ::Array[::String]
328 |
# File 'sig/client.rbs', line 328
def labels: () -> ::Array[::String]
|
#license_url ⇒ ::String
329 |
# File 'sig/client.rbs', line 329
def license_url: () -> ::String
|
#name ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def name: () -> ::String
|
#readme_url ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def readme_url: () -> ::String
|
#spdx_license_id ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def spdx_license_id: () -> ::String
|
#verified_author_url ⇒ ::String
333 |
# File 'sig/client.rbs', line 333
def verified_author_url: () -> ::String
|