Class: Aws::Imagebuilder::Types::ImageVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImageVersion
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
An image semantic version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the image semantic version.
-
#date_created ⇒ String
The date at which this image semantic version was created.
-
#name ⇒ String
The name of the image semantic version.
-
#os_version ⇒ String
The operating system version of the instance.
-
#owner ⇒ String
The owner of the image semantic version.
-
#platform ⇒ String
The platform of the image semantic version.
-
#type ⇒ String
Specifies whether this is an AMI or container image.
-
#version ⇒ String
The semantic version of the image semantic version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the image semantic version.
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2899 class ImageVersion < Struct.new( :arn, :name, :type, :version, :platform, :os_version, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ String
The date at which this image semantic version was created.
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2899 class ImageVersion < Struct.new( :arn, :name, :type, :version, :platform, :os_version, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the image semantic version.
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2899 class ImageVersion < Struct.new( :arn, :name, :type, :version, :platform, :os_version, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#os_version ⇒ String
The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2899 class ImageVersion < Struct.new( :arn, :name, :type, :version, :platform, :os_version, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the image semantic version.
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2899 class ImageVersion < Struct.new( :arn, :name, :type, :version, :platform, :os_version, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform of the image semantic version.
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2899 class ImageVersion < Struct.new( :arn, :name, :type, :version, :platform, :os_version, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies whether this is an AMI or container image.
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2899 class ImageVersion < Struct.new( :arn, :name, :type, :version, :platform, :os_version, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The semantic version of the image semantic version.
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2899 class ImageVersion < Struct.new( :arn, :name, :type, :version, :platform, :os_version, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |