Module: Aws::ServerlessApplicationRepository::Client::_CreateApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
- 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
83 |
# File 'sig/client.rbs', line 83
def application_id: () -> ::String
|
#author ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def author: () -> ::String
|
#creation_time ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def creation_time: () -> ::String
|
#description ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def description: () -> ::String
|
#home_page_url ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def home_page_url: () -> ::String
|
#is_verified_author ⇒ Boolean
88 |
# File 'sig/client.rbs', line 88
def is_verified_author: () -> bool
|
#labels ⇒ ::Array[::String]
89 |
# File 'sig/client.rbs', line 89
def labels: () -> ::Array[::String]
|
#license_url ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def license_url: () -> ::String
|
#name ⇒ ::String
91 |
# File 'sig/client.rbs', line 91
def name: () -> ::String
|
#readme_url ⇒ ::String
92 |
# File 'sig/client.rbs', line 92
def readme_url: () -> ::String
|
#spdx_license_id ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def spdx_license_id: () -> ::String
|
#verified_author_url ⇒ ::String
94 |
# File 'sig/client.rbs', line 94
def verified_author_url: () -> ::String
|