You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::PlatformBranchSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Summary information about a platform branch.

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameString

The name of the platform branch.

Returns:

  • (String)

    The name of the platform branch.

#branch_orderInteger

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.

Returns:

  • (Integer)

    An ordinal number that designates the order in which platform branches have been added to a platform.

#lifecycle_stateString

The support life cycle state of the platform branch.

Possible values: beta | supported | deprecated | retired

Returns:

  • (String)

    The support life cycle state of the platform branch.

#platform_nameString

The name of the platform to which this platform branch belongs.

Returns:

  • (String)

    The name of the platform to which this platform branch belongs.

#supported_tier_listArray<String>

The environment tiers that platform versions in this branch support.

Possible values: WebServer/Standard | Worker/SQS/HTTP

Returns:

  • (Array<String>)

    The environment tiers that platform versions in this branch support.