Class: Aws::ElasticBeanstalk::Types::DescribePlatformVersionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#platform_descriptionTypes::PlatformDescription

Detailed information about the platform version.



2132
2133
2134
2135
2136
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2132

class DescribePlatformVersionResult < Struct.new(
  :platform_description)
  SENSITIVE = []
  include Aws::Structure
end