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)


12072
12073
12074
12075
12076
12077
12078
# File 'lib/aws-sdk-securityhub/types.rb', line 12072

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)


12072
12073
12074
12075
12076
12077
12078
# File 'lib/aws-sdk-securityhub/types.rb', line 12072

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

#versionString

The version of the environment tier.

Returns:

  • (String)


12072
12073
12074
12075
12076
12077
12078
# File 'lib/aws-sdk-securityhub/types.rb', line 12072

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