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.



2177
2178
2179
2180
2181
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2177

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