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)


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

#typeString

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

Returns:

  • (String)


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

#versionString

The version of the environment tier.

Returns:

  • (String)


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