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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


16812
16813
16814
16815
16816
16817
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16812

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

#valueString

The value of the processor feature.

Returns:

  • (String)


16812
16813
16814
16815
16816
16817
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16812

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