Class: Aws::SecurityHub::Types::EnumListConfigurationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::EnumListConfigurationOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The options for customizing a security control parameter that is a list of enums.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_values ⇒ Array<String>
The valid values for a control parameter that is a list of enums.
-
#default_value ⇒ Array<String>
The Security Hub default value for a control parameter that is a list of enums.
-
#max_items ⇒ Integer
The maximum number of list items that an enum list control parameter can accept.
Instance Attribute Details
#allowed_values ⇒ Array<String>
The valid values for a control parameter that is a list of enums.
24727 24728 24729 24730 24731 24732 24733 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24727 class EnumListConfigurationOptions < Struct.new( :default_value, :max_items, :allowed_values) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ Array<String>
The Security Hub default value for a control parameter that is a list of enums.
24727 24728 24729 24730 24731 24732 24733 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24727 class EnumListConfigurationOptions < Struct.new( :default_value, :max_items, :allowed_values) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of list items that an enum list control parameter can accept.
24727 24728 24729 24730 24731 24732 24733 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24727 class EnumListConfigurationOptions < Struct.new( :default_value, :max_items, :allowed_values) SENSITIVE = [] include Aws::Structure end |