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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#platform_arnString

The ARN of the version of the custom platform.

Returns:

  • (String)


1490
1491
1492
1493
1494
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1490

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