Class: Aws::SecurityHub::Types::IntegerListConfigurationOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#default_valueArray<Integer>

The Security Hub default value for a control parameter that is a list of integers.

Returns:

  • (Array<Integer>)


25881
25882
25883
25884
25885
25886
25887
25888
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25881

class IntegerListConfigurationOptions < Struct.new(
  :default_value,
  :min,
  :max,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#maxInteger

The maximum valid value for a control parameter that is a list of integers.

Returns:

  • (Integer)


25881
25882
25883
25884
25885
25886
25887
25888
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25881

class IntegerListConfigurationOptions < Struct.new(
  :default_value,
  :min,
  :max,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of list items that an interger list control parameter can accept.

Returns:

  • (Integer)


25881
25882
25883
25884
25885
25886
25887
25888
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25881

class IntegerListConfigurationOptions < Struct.new(
  :default_value,
  :min,
  :max,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#minInteger

The minimum valid value for a control parameter that is a list of integers.

Returns:

  • (Integer)


25881
25882
25883
25884
25885
25886
25887
25888
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25881

class IntegerListConfigurationOptions < Struct.new(
  :default_value,
  :min,
  :max,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end