Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#author ⇒ ::String
Returns the value of attribute author.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#home_page_url ⇒ ::String
Returns the value of attribute home_page_url.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#license_body ⇒ ::String
Returns the value of attribute license_body.
-
#license_url ⇒ ::String
Returns the value of attribute license_url.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#readme_body ⇒ ::String
Returns the value of attribute readme_body.
-
#readme_url ⇒ ::String
Returns the value of attribute readme_url.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
-
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
-
#spdx_license_id ⇒ ::String
Returns the value of attribute spdx_license_id.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
Instance Attribute Details
#author ⇒ ::String
Returns the value of attribute author.
117 118 119 |
# File 'sig/types.rbs', line 117 def @author end |
#description ⇒ ::String
Returns the value of attribute description.
118 119 120 |
# File 'sig/types.rbs', line 118 def description @description end |
#home_page_url ⇒ ::String
Returns the value of attribute home_page_url.
119 120 121 |
# File 'sig/types.rbs', line 119 def home_page_url @home_page_url end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
120 121 122 |
# File 'sig/types.rbs', line 120 def labels @labels end |
#license_body ⇒ ::String
Returns the value of attribute license_body.
121 122 123 |
# File 'sig/types.rbs', line 121 def license_body @license_body end |
#license_url ⇒ ::String
Returns the value of attribute license_url.
122 123 124 |
# File 'sig/types.rbs', line 122 def license_url @license_url end |
#name ⇒ ::String
Returns the value of attribute name.
123 124 125 |
# File 'sig/types.rbs', line 123 def name @name end |
#readme_body ⇒ ::String
Returns the value of attribute readme_body.
124 125 126 |
# File 'sig/types.rbs', line 124 def readme_body @readme_body end |
#readme_url ⇒ ::String
Returns the value of attribute readme_url.
125 126 127 |
# File 'sig/types.rbs', line 125 def readme_url @readme_url end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
126 127 128 |
# File 'sig/types.rbs', line 126 def semantic_version @semantic_version end |
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
127 128 129 |
# File 'sig/types.rbs', line 127 def source_code_archive_url @source_code_archive_url end |
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
128 129 130 |
# File 'sig/types.rbs', line 128 def source_code_url @source_code_url end |
#spdx_license_id ⇒ ::String
Returns the value of attribute spdx_license_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def spdx_license_id @spdx_license_id end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
130 131 132 |
# File 'sig/types.rbs', line 130 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
131 132 133 |
# File 'sig/types.rbs', line 131 def template_url @template_url end |