Class: Aws::SecurityHub::Types::AwsRdsDbProcessorFeature
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbProcessorFeature
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A processor feature.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the processor feature.
-
#value ⇒ String
The value of the processor feature.
Instance Attribute Details
#name ⇒ String
The name of the processor feature. Valid values are ‘coreCount` or `threadsPerCore`.
16815 16816 16817 16818 16819 16820 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16815 class AwsRdsDbProcessorFeature < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the processor feature.
16815 16816 16817 16818 16819 16820 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16815 class AwsRdsDbProcessorFeature < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |