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`.
16946 16947 16948 16949 16950 16951 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16946 class AwsRdsDbProcessorFeature < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the processor feature.
16946 16947 16948 16949 16950 16951 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16946 class AwsRdsDbProcessorFeature < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |