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
- Struct
- Aws::ElasticBeanstalk::Types::PlatformDescription
- Defined in:
- (unknown)
Overview
Detailed information about a platform version.
Returned by:
Instance Attribute Summary collapse
-
#custom_ami_list ⇒ Array<Types::CustomAmi>
The custom AMIs supported by the platform version.
-
#date_created ⇒ Time
The date when the platform version was created.
-
#date_updated ⇒ Time
The date when the platform version was last updated.
-
#description ⇒ String
The description of the platform version.
-
#frameworks ⇒ Array<Types::PlatformFramework>
The frameworks supported by the platform version.
-
#maintainer ⇒ String
Information about the maintainer of the platform version.
-
#operating_system_name ⇒ String
The operating system used by the platform version.
-
#operating_system_version ⇒ String
The version of the operating system used by the platform version.
-
#platform_arn ⇒ String
The ARN of the platform version.
-
#platform_branch_lifecycle_state ⇒ String
The state of the platform version\'s branch in its lifecycle.
-
#platform_branch_name ⇒ String
The platform branch to which the platform version belongs.
-
#platform_category ⇒ String
The category of the platform version.
-
#platform_lifecycle_state ⇒ String
The state of the platform version in its lifecycle.
-
#platform_name ⇒ String
The name of the platform version.
-
#platform_owner ⇒ String
The AWS account ID of the person who created the platform version.
-
#platform_status ⇒ String
The status of the platform version.
-
#platform_version ⇒ String
The version of the platform version.
-
#programming_languages ⇒ Array<Types::PlatformProgrammingLanguage>
The programming languages supported by the platform version.
-
#solution_stack_name ⇒ String
The name of the solution stack used by the platform version.
-
#supported_addon_list ⇒ Array<String>
The additions supported by the platform version.
-
#supported_tier_list ⇒ Array<String>
The tiers supported by the platform version.
Instance Attribute Details
#custom_ami_list ⇒ Array<Types::CustomAmi>
The custom AMIs supported by the platform version.
#date_created ⇒ Time
The date when the platform version was created.
#date_updated ⇒ Time
The date when the platform version was last updated.
#description ⇒ String
The description of the platform version.
#frameworks ⇒ Array<Types::PlatformFramework>
The frameworks supported by the platform version.
#maintainer ⇒ String
Information about the maintainer of the platform version.
#operating_system_name ⇒ String
The operating system used by the platform version.
#operating_system_version ⇒ String
The version of the operating system used by the platform version.
#platform_arn ⇒ String
The ARN of the platform version.
#platform_branch_lifecycle_state ⇒ String
The state of the platform version\'s branch in its lifecycle.
Possible values: Beta
| Supported
| Deprecated
| Retired
#platform_branch_name ⇒ String
The platform branch to which the platform version belongs.
#platform_category ⇒ String
The category of the platform version.
#platform_lifecycle_state ⇒ String
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.
#platform_name ⇒ String
The name of the platform version.
#platform_owner ⇒ String
The AWS account ID of the person who created the platform version.
#platform_status ⇒ String
The status of the platform version.
Possible values:
- Creating
- Failed
- Ready
- Deleting
- Deleted
#platform_version ⇒ String
The version of the platform version.
#programming_languages ⇒ Array<Types::PlatformProgrammingLanguage>
The programming languages supported by the platform version.
#solution_stack_name ⇒ String
The name of the solution stack used by the platform version.
#supported_addon_list ⇒ Array<String>
The additions supported by the platform version.
#supported_tier_list ⇒ Array<String>
The tiers supported by the platform version.