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

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


3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3429

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

#versionString

The version of the framework.

Returns:

  • (String)


3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3429

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