Class: Aws::ElasticBeanstalk::Types::PlatformFramework

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

Overview

A framework supported by the platform.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the framework.

Returns:

  • (String)


3426
3427
3428
3429
3430
3431
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3426

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

#versionString

The version of the framework.

Returns:

  • (String)


3426
3427
3428
3429
3430
3431
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3426

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