Class: Aws::SecurityHub::Types::EnumConfigurationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::EnumConfigurationOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The options for customizing a security control parameter that is an enum.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_values ⇒ Array<String>
The valid values for a control parameter that is an enum.
-
#default_value ⇒ String
The Security Hub default value for a control parameter that is an enum.
Instance Attribute Details
#allowed_values ⇒ Array<String>
The valid values for a control parameter that is an enum.
24701 24702 24703 24704 24705 24706 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24701 class EnumConfigurationOptions < Struct.new( :default_value, :allowed_values) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The Security Hub default value for a control parameter that is an enum.
24701 24702 24703 24704 24705 24706 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24701 class EnumConfigurationOptions < Struct.new( :default_value, :allowed_values) SENSITIVE = [] include Aws::Structure end |