Class: Aws::ElasticBeanstalk::Types::DescribePlatformVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribePlatformVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform_arn ⇒ String
The ARN of the platform version.
Instance Attribute Details
#platform_arn ⇒ String
The ARN of the platform version.
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 |