Method: Aws::Imagebuilder::Types::Component#version

Defined in:
lib/aws-sdk-imagebuilder/types.rb

#versionString

The version of the component.

Returns:

  • (String)


421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
# File 'lib/aws-sdk-imagebuilder/types.rb', line 421

class Component < Struct.new(
  :arn,
  :name,
  :version,
  :description,
  :change_description,
  :type,
  :platform,
  :supported_os_versions,
  :state,
  :parameters,
  :owner,
  :data,
  :kms_key_id,
  :encrypted,
  :date_created,
  :tags,
  :publisher,
  :obfuscate,
  :product_codes)
  SENSITIVE = []
  include Aws::Structure
end