Class: Aws::ElasticBeanstalk::Types::PlatformProgrammingLanguage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::PlatformProgrammingLanguage
- 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
-
#name ⇒ String
The name of the programming language.
-
#version ⇒ String
The version of the programming language.
Instance Attribute Details
#name ⇒ String
The name of the programming language.
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 |
#version ⇒ String
The version of the programming language.
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 |