Class: Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentTier
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentTier
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about the tier of the environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the environment tier.
-
#type ⇒ String
The type of environment tier.
-
#version ⇒ String
The version of the environment tier.
Instance Attribute Details
#name ⇒ String
The name of the environment tier. Valid values are ‘WebServer` or `Worker`.
12065 12066 12067 12068 12069 12070 12071 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12065 class AwsElasticBeanstalkEnvironmentTier < Struct.new( :name, :type, :version) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of environment tier. Valid values are ‘Standard` or `SQS/HTTP`.
12065 12066 12067 12068 12069 12070 12071 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12065 class AwsElasticBeanstalkEnvironmentTier < Struct.new( :name, :type, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the environment tier.
12065 12066 12067 12068 12069 12070 12071 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12065 class AwsElasticBeanstalkEnvironmentTier < Struct.new( :name, :type, :version) SENSITIVE = [] include Aws::Structure end |