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

Class: Aws::ElasticBeanstalk::Types::PlatformSummary

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

Overview

Summary information about a platform version.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#operating_system_nameString

The operating system used by the platform version.

Returns:

  • (String)

    The operating system used by the platform version.

#operating_system_versionString

The version of the operating system used by the platform version.

Returns:

  • (String)

    The version of the operating system used by the platform version.

#platform_arnString

The ARN of the platform version.

Returns:

  • (String)

    The ARN of the platform version.

#platform_branch_lifecycle_stateString

The state of the platform version\'s branch in its lifecycle.

Possible values: beta | supported | deprecated | retired

Returns:

  • (String)

    The state of the platform version\'s branch in its lifecycle.

#platform_branch_nameString

The platform branch to which the platform version belongs.

Returns:

  • (String)

    The platform branch to which the platform version belongs.

#platform_categoryString

The category of platform version.

Returns:

  • (String)

    The category of platform version.

#platform_lifecycle_stateString

The state of the platform version in its lifecycle.

Possible values: recommended | empty

If an empty value is returned, the platform version is supported but isn\'t the recommended one for its branch.

Returns:

  • (String)

    The state of the platform version in its lifecycle.

#platform_ownerString

The AWS account ID of the person who created the platform version.

Returns:

  • (String)

    The AWS account ID of the person who created the platform version.

#platform_statusString

The status of the platform version. You can create an environment from the platform version once it is ready.

Possible values:

  • Creating
  • Failed
  • Ready
  • Deleting
  • Deleted

Returns:

  • (String)

    The status of the platform version.

#platform_versionString

The version string of the platform version.

Returns:

  • (String)

    The version string of the platform version.

#supported_addon_listArray<String>

The additions associated with the platform version.

Returns:

  • (Array<String>)

    The additions associated with the platform version.

#supported_tier_listArray<String>

The tiers in which the platform version runs.

Returns:

  • (Array<String>)

    The tiers in which the platform version runs.