Class: Aws::ElasticBeanstalk::Types::CreatePlatformVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::CreatePlatformVersionResult
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#builder ⇒ Types::Builder
The builder used to create the custom platform.
-
#platform_summary ⇒ Types::PlatformSummary
Detailed information about the new version of the custom platform.
Instance Attribute Details
#builder ⇒ Types::Builder
The builder used to create the custom platform.
1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1617 class CreatePlatformVersionResult < Struct.new( :platform_summary, :builder) SENSITIVE = [] include Aws::Structure end |
#platform_summary ⇒ Types::PlatformSummary
Detailed information about the new version of the custom platform.
1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1617 class CreatePlatformVersionResult < Struct.new( :platform_summary, :builder) SENSITIVE = [] include Aws::Structure end |