Class: Aws::Types::OTAJobConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_major_version_update ⇒ Boolean

Returns the value of attribute allow_major_version_update.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def image_version
  @image_version
end