Class: Aws::CodeBuild::Types::EnvironmentLanguage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

A set of Docker images that are related by programming language and are managed by CodeBuild.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imagesArray<Types::EnvironmentImage>

The list of Docker images that are related by the specified programming language.

Returns:



2199
2200
2201
2202
2203
2204
# File 'lib/aws-sdk-codebuild/types.rb', line 2199

class EnvironmentLanguage < Struct.new(
  :language,
  :images)
  SENSITIVE = []
  include Aws::Structure
end

#languageString

The programming language for the Docker images.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
# File 'lib/aws-sdk-codebuild/types.rb', line 2199

class EnvironmentLanguage < Struct.new(
  :language,
  :images)
  SENSITIVE = []
  include Aws::Structure
end