Module: Aws::ServerlessApplicationRepository::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
- 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
208 |
# File 'sig/client.rbs', line 208
def application_id: () -> ::String
|
#author ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def author: () -> ::String
|
#creation_time ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def creation_time: () -> ::String
|
#description ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def description: () -> ::String
|
#home_page_url ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def home_page_url: () -> ::String
|
#is_verified_author ⇒ Boolean
213 |
# File 'sig/client.rbs', line 213
def is_verified_author: () -> bool
|
#labels ⇒ ::Array[::String]
214 |
# File 'sig/client.rbs', line 214
def labels: () -> ::Array[::String]
|
#license_url ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def license_url: () -> ::String
|
#name ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def name: () -> ::String
|
#readme_url ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def readme_url: () -> ::String
|
#spdx_license_id ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def spdx_license_id: () -> ::String
|
#verified_author_url ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def verified_author_url: () -> ::String
|