Class: Aws::ElasticBeanstalk::Types::PlatformSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::PlatformSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Summary information about a platform version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 platform version.
-
#platform_lifecycle_state ⇒ String
The state of the platform version in its lifecycle.
-
#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 string of the platform version.
-
#supported_addon_list ⇒ Array<String>
The additions associated with the platform version.
-
#supported_tier_list ⇒ Array<String>
The tiers in which the platform version runs.
Instance Attribute Details
#operating_system_name ⇒ String
The operating system used by the platform version.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#operating_system_version ⇒ String
The version of the operating system used by the platform version.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#platform_arn ⇒ String
The ARN of the platform version.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#platform_branch_lifecycle_state ⇒ String
The state of the platform version’s branch in its lifecycle.
Possible values: ‘beta` | `supported` | `deprecated` | `retired`
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#platform_branch_name ⇒ String
The platform branch to which the platform version belongs.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#platform_category ⇒ String
The category of platform version.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#platform_lifecycle_state ⇒ String
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.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#platform_owner ⇒ String
The AWS account ID of the person who created the platform version.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#platform_status ⇒ String
The status of the platform version. You can create an environment from the platform version once it is ready.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#platform_version ⇒ String
The version string of the platform version.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#supported_addon_list ⇒ Array<String>
The additions associated with the platform version.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |
#supported_tier_list ⇒ Array<String>
The tiers in which the platform version runs.
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3515 class PlatformSummary < Struct.new( :platform_arn, :platform_owner, :platform_status, :platform_category, :operating_system_name, :operating_system_version, :supported_tier_list, :supported_addon_list, :platform_lifecycle_state, :platform_version, :platform_branch_name, :platform_branch_lifecycle_state) SENSITIVE = [] include Aws::Structure end |