Class: Aws::ElasticBeanstalk::Types::DeletePlatformVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DeletePlatformVersionResult
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform_summary ⇒ Types::PlatformSummary
Detailed information about the version of the custom platform.
Instance Attribute Details
#platform_summary ⇒ Types::PlatformSummary
Detailed information about the version of the custom platform.
1502 1503 1504 1505 1506 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1502 class DeletePlatformVersionResult < Struct.new( :platform_summary) SENSITIVE = [] include Aws::Structure end |