Class: Aws::Types::Blueprint
- Inherits:
-
Object
- Object
- Aws::Types::Blueprint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_category ⇒ "LfR"
Returns the value of attribute app_category.
-
#blueprint_id ⇒ ::String
Returns the value of attribute blueprint_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#license_url ⇒ ::String
Returns the value of attribute license_url.
-
#min_power ⇒ ::Integer
Returns the value of attribute min_power.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ "LINUX_UNIX", "WINDOWS"
Returns the value of attribute platform.
-
#product_url ⇒ ::String
Returns the value of attribute product_url.
-
#type ⇒ "os", "app"
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#version_code ⇒ ::String
Returns the value of attribute version_code.
Instance Attribute Details
#app_category ⇒ "LfR"
Returns the value of attribute app_category.
204 205 206 |
# File 'sig/types.rbs', line 204 def app_category @app_category end |
#blueprint_id ⇒ ::String
Returns the value of attribute blueprint_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def blueprint_id @blueprint_id end |
#description ⇒ ::String
Returns the value of attribute description.
196 197 198 |
# File 'sig/types.rbs', line 196 def description @description end |
#group ⇒ ::String
Returns the value of attribute group.
194 195 196 |
# File 'sig/types.rbs', line 194 def group @group end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
197 198 199 |
# File 'sig/types.rbs', line 197 def is_active @is_active end |
#license_url ⇒ ::String
Returns the value of attribute license_url.
202 203 204 |
# File 'sig/types.rbs', line 202 def license_url @license_url end |
#min_power ⇒ ::Integer
Returns the value of attribute min_power.
198 199 200 |
# File 'sig/types.rbs', line 198 def min_power @min_power end |
#name ⇒ ::String
Returns the value of attribute name.
193 194 195 |
# File 'sig/types.rbs', line 193 def name @name end |
#platform ⇒ "LINUX_UNIX", "WINDOWS"
Returns the value of attribute platform.
203 204 205 |
# File 'sig/types.rbs', line 203 def platform @platform end |
#product_url ⇒ ::String
Returns the value of attribute product_url.
201 202 203 |
# File 'sig/types.rbs', line 201 def product_url @product_url end |
#type ⇒ "os", "app"
Returns the value of attribute type.
195 196 197 |
# File 'sig/types.rbs', line 195 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
199 200 201 |
# File 'sig/types.rbs', line 199 def version @version end |
#version_code ⇒ ::String
Returns the value of attribute version_code.
200 201 202 |
# File 'sig/types.rbs', line 200 def version_code @version_code end |