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

Class: Aws::CodeBuild::Types::EnvironmentImage

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

Overview

Information about a Docker image that is managed by AWS CodeBuild.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the Docker image.

Returns:

  • (String)

    The description of the Docker image.

#nameString

The name of the Docker image.

Returns:

  • (String)

    The name of the Docker image.

#versionsArray<String>

A list of environment image versions.

Returns:

  • (Array<String>)

    A list of environment image versions.