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.
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 |