class Aws::ElasticBeanstalk::Types::PlatformBranchSummary

Summary information about a platform branch.

@!attribute [rw] platform_name

The name of the platform to which this platform branch belongs.
@return [String]

@!attribute [rw] branch_name

The name of the platform branch.
@return [String]

@!attribute [rw] lifecycle_state

The support life cycle state of the platform branch.

Possible values: `beta` \| `supported` \| `deprecated` \| `retired`
@return [String]

@!attribute [rw] branch_order

An ordinal number that designates the order in which platform
branches have been added to a platform. This can be helpful, for
example, if your code calls the `ListPlatformBranches` action and
then displays a list of platform branches.

A larger `BranchOrder` value designates a newer platform branch
within the platform.
@return [Integer]

@!attribute [rw] supported_tier_list

The environment tiers that platform versions in this branch support.

Possible values: `WebServer/Standard` \| `Worker/SQS/HTTP`
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformBranchSummary AWS API Documentation

Constants

SENSITIVE