Class: Aws::ElasticBeanstalk::Types::DeletePlatformVersionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#platform_summaryTypes::PlatformSummary

Detailed information about the version of the custom platform.



1502
1503
1504
1505
1506
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1502

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