Class: Aws::SecurityHub::Types::IntegerListConfigurationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::IntegerListConfigurationOptions
- 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 integers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ Array<Integer>
The Security Hub default value for a control parameter that is a list of integers.
-
#max ⇒ Integer
The maximum valid value for a control parameter that is a list of integers.
-
#max_items ⇒ Integer
The maximum number of list items that an interger list control parameter can accept.
-
#min ⇒ Integer
The minimum valid value for a control parameter that is a list of integers.
Instance Attribute Details
#default_value ⇒ Array<Integer>
The Security Hub default value for a control parameter that is a list of integers.
26220 26221 26222 26223 26224 26225 26226 26227 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26220 class IntegerListConfigurationOptions < Struct.new( :default_value, :min, :max, :max_items) SENSITIVE = [] include Aws::Structure end |
#max ⇒ Integer
The maximum valid value for a control parameter that is a list of integers.
26220 26221 26222 26223 26224 26225 26226 26227 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26220 class IntegerListConfigurationOptions < Struct.new( :default_value, :min, :max, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of list items that an interger list control parameter can accept.
26220 26221 26222 26223 26224 26225 26226 26227 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26220 class IntegerListConfigurationOptions < Struct.new( :default_value, :min, :max, :max_items) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum valid value for a control parameter that is a list of integers.
26220 26221 26222 26223 26224 26225 26226 26227 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26220 class IntegerListConfigurationOptions < Struct.new( :default_value, :min, :max, :max_items) SENSITIVE = [] include Aws::Structure end |