Class: Aws::ElasticBeanstalk::Types::DeletePlatformVersionRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#platform_arnString

The ARN of the version of the custom platform.

Returns:

  • (String)


1535
1536
1537
1538
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1535

class DeletePlatformVersionRequest < Struct.new(
  :platform_arn)
  include Aws::Structure
end