You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Imagebuilder::Types::ComponentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ComponentSummary
- Defined in:
- (unknown)
Overview
A high-level summary of a component.
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the component.
-
#change_description ⇒ String
The change description 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.
-
#tags ⇒ Hash<String,String>
The tags associated with 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 version of the component.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the component.
#change_description ⇒ String
The change description 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.
Possible values:
- Windows
- Linux
#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.
#tags ⇒ Hash<String,String>
The tags associated with the component.
#type ⇒ String
The type of the component denotes whether the component is used to build the image or only to test it.
Possible values:
- BUILD
- TEST
#version ⇒ String
The version of the component.