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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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)


3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3448

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

#versionString

The version of the programming language.

Returns:

  • (String)


3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3448

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