Class: Aws::ElasticBeanstalk::Types::DescribePlatformVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribePlatformVersionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Instance Attribute Summary collapse
-
#platform_description ⇒ Types::PlatformDescription
Detailed information about the version of the platform.
Instance Attribute Details
#platform_description ⇒ Types::PlatformDescription
Detailed information about the version of the platform.
2268 2269 2270 2271 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2268 class DescribePlatformVersionResult < Struct.new( :platform_description) include Aws::Structure end |