Class: Aws::SecurityHub::Types::AwsRdsDbProcessorFeature

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A processor feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the processor feature. Valid values are ‘coreCount` or `threadsPerCore`.

Returns:

  • (String)


16822
16823
16824
16825
16826
16827
# File 'lib/aws-sdk-securityhub/types.rb', line 16822

class AwsRdsDbProcessorFeature < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the processor feature.

Returns:

  • (String)


16822
16823
16824
16825
16826
16827
# File 'lib/aws-sdk-securityhub/types.rb', line 16822

class AwsRdsDbProcessorFeature < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end