Class: Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentTier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the environment tier. Valid values are ‘WebServer` or `Worker`.

Returns:

  • (String)


11853
11854
11855
11856
11857
11858
11859
# File 'lib/aws-sdk-securityhub/types.rb', line 11853

class AwsElasticBeanstalkEnvironmentTier < Struct.new(
  :name,
  :type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of environment tier. Valid values are ‘Standard` or `SQS/HTTP`.

Returns:

  • (String)


11853
11854
11855
11856
11857
11858
11859
# File 'lib/aws-sdk-securityhub/types.rb', line 11853

class AwsElasticBeanstalkEnvironmentTier < Struct.new(
  :name,
  :type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the environment tier.

Returns:

  • (String)


11853
11854
11855
11856
11857
11858
11859
# File 'lib/aws-sdk-securityhub/types.rb', line 11853

class AwsElasticBeanstalkEnvironmentTier < Struct.new(
  :name,
  :type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end