You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Imagebuilder::Types::Component

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A detailed view of a component.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the component.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the component.

#change_descriptionString

The change description of the component.

Returns:

  • (String)

    The change description of the component.

#dataString

The data of the component.

Returns:

  • (String)

    The data of the component.

#date_createdString

The date that the component was created.

Returns:

  • (String)

    The date that the component was created.

#descriptionString

The description of the component.

Returns:

  • (String)

    The description of the component.

#encryptedBoolean

The encryption status of the component.

Returns:

  • (Boolean)

    The encryption status of the component.

#kms_key_idString

The KMS key identifier used to encrypt the component.

Returns:

  • (String)

    The KMS key identifier used to encrypt the component.

#nameString

The name of the component.

Returns:

  • (String)

    The name of the component.

#ownerString

The owner of the component.

Returns:

  • (String)

    The owner of the component.

#platformString

The platform of the component.

Possible values:

  • Windows
  • Linux

Returns:

  • (String)

    The platform of the component.

#supported_os_versionsArray<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.

Returns:

  • (Array<String>)

    The operating system (OS) version supported by the component.

#tagsHash<String,String>

The tags associated with the component.

Returns:

  • (Hash<String,String>)

    The tags associated with the component.

#typeString

The type of the component denotes whether the component is used to build the image or only to test it.

Possible values:

  • BUILD
  • TEST

Returns:

  • (String)

    The type of the component denotes whether the component is used to build the image or only to test it.

#versionString

The version of the component.

Returns:

  • (String)

    The version of the component.