Class: Aws::ElasticBeanstalk::Types::DescribePlatformVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribePlatformVersionRequest
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Note:
When making an API call, you may pass DescribePlatformVersionRequest data as a hash:
{
platform_arn: "PlatformArn",
}
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.
2547 2548 2549 2550 2551 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2547 class DescribePlatformVersionRequest < Struct.new( :platform_arn) SENSITIVE = [] include Aws::Structure end |