Class: Aws::Imagebuilder::Types::ComponentVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ComponentVersion
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
A high-level overview of a component semantic version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the component.
-
#date_created ⇒ String
The date that the component was created.
-
#description ⇒ String
The description of the component.
-
#name ⇒ String
The name of the component.
-
#owner ⇒ String
The owner of the component.
-
#platform ⇒ String
The platform of the component.
-
#supported_os_versions ⇒ Array<String>
The operating system (OS) version supported by the component.
-
#type ⇒ String
The type of the component denotes whether the component is used to build the image or only to test it.
-
#version ⇒ String
The semantic version of the component.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the component.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ String
The date that the component was created.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the component.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the component.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the component.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform of the component.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#supported_os_versions ⇒ Array<String>
The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the component denotes whether the component is used to build the image or only to test it.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The semantic version of the component.
406 407 408 409 410 411 412 413 414 415 416 417 418 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 406 class ComponentVersion < Struct.new( :arn, :name, :version, :description, :platform, :supported_os_versions, :type, :owner, :date_created) SENSITIVE = [] include Aws::Structure end |