Class: Aws::Types::ComponentVersion
- Inherits:
-
Object
- Object
- Aws::Types::ComponentVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#product_codes ⇒ ::Array[Types::ProductCodeListItem]
Returns the value of attribute product_codes.
-
#status ⇒ "DEPRECATED", ...
Returns the value of attribute status.
-
#supported_os_versions ⇒ ::Array[::String]
Returns the value of attribute supported_os_versions.
-
#type ⇒ "BUILD", "TEST"
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def arn @arn end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
172 173 174 |
# File 'sig/types.rbs', line 172 def date_created @date_created end |
#description ⇒ ::String
Returns the value of attribute description.
167 168 169 |
# File 'sig/types.rbs', line 167 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
165 166 167 |
# File 'sig/types.rbs', line 165 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
171 172 173 |
# File 'sig/types.rbs', line 171 def owner @owner end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
168 169 170 |
# File 'sig/types.rbs', line 168 def platform @platform end |
#product_codes ⇒ ::Array[Types::ProductCodeListItem]
Returns the value of attribute product_codes.
174 175 176 |
# File 'sig/types.rbs', line 174 def product_codes @product_codes end |
#status ⇒ "DEPRECATED", ...
Returns the value of attribute status.
173 174 175 |
# File 'sig/types.rbs', line 173 def status @status end |
#supported_os_versions ⇒ ::Array[::String]
Returns the value of attribute supported_os_versions.
169 170 171 |
# File 'sig/types.rbs', line 169 def supported_os_versions @supported_os_versions end |
#type ⇒ "BUILD", "TEST"
Returns the value of attribute type.
170 171 172 |
# File 'sig/types.rbs', line 170 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
166 167 168 |
# File 'sig/types.rbs', line 166 def version @version end |