Class: Aws::ElasticBeanstalk::Types::DeletePlatformVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DeletePlatformVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Note:
When making an API call, you may pass DeletePlatformVersionRequest data as a hash:
{
platform_arn: "PlatformArn",
}
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.
1535 1536 1537 1538 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1535 class DeletePlatformVersionRequest < Struct.new( :platform_arn) include Aws::Structure end |