Class: Aws::SecurityHub::Types::AwsRdsDbProcessorFeature
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbProcessorFeature
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsRdsDbProcessorFeature data as a hash:
{
name: "NonEmptyString",
value: "NonEmptyString",
}
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.
16223 16224 16225 16226 16227 16228 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16223 class AwsRdsDbProcessorFeature < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the processor feature.
16223 16224 16225 16226 16227 16228 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16223 class AwsRdsDbProcessorFeature < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |