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)


3445
3446
3447
3448
3449
3450
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3445

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

#versionString

The version of the programming language.

Returns:

  • (String)


3445
3446
3447
3448
3449
3450
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3445

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