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.
26005 26006 26007 26008 26009 26010 26011 26012 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26005 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.
26005 26006 26007 26008 26009 26010 26011 26012 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26005 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.
26005 26006 26007 26008 26009 26010 26011 26012 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26005 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.
26005 26006 26007 26008 26009 26010 26011 26012 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26005 class IntegerListConfigurationOptions < Struct.new( :default_value, :min, :max, :max_items) SENSITIVE = [] include Aws::Structure end |