Class: Aws::ElasticBeanstalk::Types::DescribePlatformVersionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#platform_arnString

The ARN of the platform version.

Returns:

  • (String)


2120
2121
2122
2123
2124
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2120

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