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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Summary information about a platform branch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameString

The name of the platform branch.

Returns:

  • (String)


3235
3236
3237
3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3235

class PlatformBranchSummary < Struct.new(
  :platform_name,
  :branch_name,
  :lifecycle_state,
  :branch_order,
  :supported_tier_list)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3235
3236
3237
3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3235

class PlatformBranchSummary < Struct.new(
  :platform_name,
  :branch_name,
  :lifecycle_state,
  :branch_order,
  :supported_tier_list)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_stateString

The support life cycle state of the platform branch.

Possible values: ‘beta` | `supported` | `deprecated` | `retired`

Returns:

  • (String)


3235
3236
3237
3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3235

class PlatformBranchSummary < Struct.new(
  :platform_name,
  :branch_name,
  :lifecycle_state,
  :branch_order,
  :supported_tier_list)
  SENSITIVE = []
  include Aws::Structure
end

#platform_nameString

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

Returns:

  • (String)


3235
3236
3237
3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3235

class PlatformBranchSummary < Struct.new(
  :platform_name,
  :branch_name,
  :lifecycle_state,
  :branch_order,
  :supported_tier_list)
  SENSITIVE = []
  include Aws::Structure
end

#supported_tier_listArray<String>

The environment tiers that platform versions in this branch support.

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

Returns:

  • (Array<String>)


3235
3236
3237
3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3235

class PlatformBranchSummary < Struct.new(
  :platform_name,
  :branch_name,
  :lifecycle_state,
  :branch_order,
  :supported_tier_list)
  SENSITIVE = []
  include Aws::Structure
end