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

Class: Aws::ElasticBeanstalk::Types::PlatformDescription

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

Overview

Detailed information about a platform version.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#custom_ami_listArray<Types::CustomAmi>

The custom AMIs supported by the platform version.

Returns:

  • (Array<Types::CustomAmi>)

    The custom AMIs supported by the platform version.

#date_createdTime

The date when the platform version was created.

Returns:

  • (Time)

    The date when the platform version was created.

#date_updatedTime

The date when the platform version was last updated.

Returns:

  • (Time)

    The date when the platform version was last updated.

#descriptionString

The description of the platform version.

Returns:

  • (String)

    The description of the platform version.

#frameworksArray<Types::PlatformFramework>

The frameworks supported by the platform version.

Returns:

#maintainerString

Information about the maintainer of the platform version.

Returns:

  • (String)

    Information about the maintainer of the platform version.

#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 the platform version.

Returns:

  • (String)

    The category of the platform version.

#platform_lifecycle_stateString

The state of the platform version in its lifecycle.

Possible values: Recommended | null

If a null value is returned, the platform version isn\'t the recommended one for its branch. Each platform branch has a single recommended platform version, typically the most recent one.

Returns:

  • (String)

    The state of the platform version in its lifecycle.

#platform_nameString

The name of the platform version.

Returns:

  • (String)

    The name of the platform version.

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

Possible values:

  • Creating
  • Failed
  • Ready
  • Deleting
  • Deleted

Returns:

  • (String)

    The status of the platform version.

#platform_versionString

The version of the platform version.

Returns:

  • (String)

    The version of the platform version.

#programming_languagesArray<Types::PlatformProgrammingLanguage>

The programming languages supported by the platform version.

Returns:

#solution_stack_nameString

The name of the solution stack used by the platform version.

Returns:

  • (String)

    The name of the solution stack used by the platform version.

#supported_addon_listArray<String>

The additions supported by the platform version.

Returns:

  • (Array<String>)

    The additions supported by the platform version.

#supported_tier_listArray<String>

The tiers supported by the platform version.

Returns:

  • (Array<String>)

    The tiers supported by the platform version.