PlatformBranchSummary

public struct PlatformBranchSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the platform branch.

    Declaration

    Swift

    public let branchName: String?
  • 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.

    Declaration

    Swift

    public let branchOrder: Int?
  • The support life cycle state of the platform branch. Possible values: beta | supported | deprecated | retired

    Declaration

    Swift

    public let lifecycleState: String?
  • The name of the platform to which this platform branch belongs.

    Declaration

    Swift

    public let platformName: String?
  • The environment tiers that platform versions in this branch support. Possible values: WebServer/Standard | Worker/SQS/HTTP

    Declaration

    Swift

    public let supportedTierList: [String]?
  • Undocumented

    Declaration

    Swift

    public init(branchName: String? = nil, branchOrder: Int? = nil, lifecycleState: String? = nil, platformName: String? = nil, supportedTierList: [String]? = nil)