Class: Aws::ElasticBeanstalk::Types::PlatformProgrammingLanguage

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

Overview

A programming language supported by the platform.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the programming language.

Returns:

  • (String)


3663
3664
3665
3666
3667
3668
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3663

class PlatformProgrammingLanguage < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the programming language.

Returns:

  • (String)


3663
3664
3665
3666
3667
3668
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3663

class PlatformProgrammingLanguage < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end