Class: Aws::ElasticBeanstalk::Types::DeletePlatformVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DeletePlatformVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform_arn ⇒ String
The ARN of the version of the custom platform.
Instance Attribute Details
#platform_arn ⇒ String
The ARN of the version of the custom platform.
1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1490 class DeletePlatformVersionRequest < Struct.new( :platform_arn) SENSITIVE = [] include Aws::Structure end |