Class: Aws::Types::CreateApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationInput
- 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.
98 99 100 |
# File 'sig/types.rbs', line 98 def end |
#description ⇒ ::String
Returns the value of attribute description.
99 100 101 |
# File 'sig/types.rbs', line 99 def description @description end |
#home_page_url ⇒ ::String
Returns the value of attribute home_page_url.
100 101 102 |
# File 'sig/types.rbs', line 100 def home_page_url @home_page_url end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
101 102 103 |
# File 'sig/types.rbs', line 101 def labels @labels end |
#license_body ⇒ ::String
Returns the value of attribute license_body.
102 103 104 |
# File 'sig/types.rbs', line 102 def license_body @license_body end |
#license_url ⇒ ::String
Returns the value of attribute license_url.
103 104 105 |
# File 'sig/types.rbs', line 103 def license_url @license_url end |
#name ⇒ ::String
Returns the value of attribute name.
104 105 106 |
# File 'sig/types.rbs', line 104 def name @name end |
#readme_body ⇒ ::String
Returns the value of attribute readme_body.
105 106 107 |
# File 'sig/types.rbs', line 105 def readme_body @readme_body end |
#readme_url ⇒ ::String
Returns the value of attribute readme_url.
106 107 108 |
# File 'sig/types.rbs', line 106 def readme_url @readme_url end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
107 108 109 |
# File 'sig/types.rbs', line 107 def semantic_version @semantic_version end |
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
108 109 110 |
# File 'sig/types.rbs', line 108 def source_code_archive_url @source_code_archive_url end |
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
109 110 111 |
# File 'sig/types.rbs', line 109 def source_code_url @source_code_url end |
#spdx_license_id ⇒ ::String
Returns the value of attribute spdx_license_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def spdx_license_id @spdx_license_id end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
111 112 113 |
# File 'sig/types.rbs', line 111 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
112 113 114 |
# File 'sig/types.rbs', line 112 def template_url @template_url end |