Class: Aws::Types::OTAJobConfig
- Inherits:
-
Object
- Object
- Aws::Types::OTAJobConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_major_version_update ⇒ Boolean
Returns the value of attribute allow_major_version_update.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
Instance Attribute Details
#allow_major_version_update ⇒ Boolean
Returns the value of attribute allow_major_version_update.
662 663 664 |
# File 'sig/types.rbs', line 662 def allow_major_version_update @allow_major_version_update end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
663 664 665 |
# File 'sig/types.rbs', line 663 def image_version @image_version end |