Class: Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentTier
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentTier
- Defined in:
- gems/aws-sdk-securityhub/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
.
11714 11715 11716 11717 11718 11719 11720 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11714 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
.
11714 11715 11716 11717 11718 11719 11720 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11714 class AwsElasticBeanstalkEnvironmentTier < Struct.new( :name, :type, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the environment tier.
11714 11715 11716 11717 11718 11719 11720 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11714 class AwsElasticBeanstalkEnvironmentTier < Struct.new( :name, :type, :version) SENSITIVE = [] include Aws::Structure end |