You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::EnvironmentTier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::EnvironmentTier
- Defined in:
- (unknown)
Overview
When passing EnvironmentTier as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "String",
type: "String",
version: "String",
}
Describes the properties of an environment tier
Returned by:
Instance Attribute Summary collapse
-
#name ⇒ String
The name of this environment tier.
-
#type ⇒ String
The type of this environment tier.
-
#version ⇒ String
The version of this environment tier.
Instance Attribute Details
#name ⇒ String
The name of this environment tier.
Valid values:
For Web server tier –
WebServer
For Worker tier –
Worker
#type ⇒ String
The type of this environment tier.
Valid values:
For Web server tier –
Standard
For Worker tier –
SQS/HTTP
#version ⇒ String
The version of this environment tier. When you don\'t set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.