Class: Aws::SecurityHub::Types::BooleanConfigurationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BooleanConfigurationOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The options for customizing a security control parameter with a boolean. For a boolean parameter, the options are ‘true` and `false`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ Boolean
The Security Hub default value for a boolean parameter.
Instance Attribute Details
#default_value ⇒ Boolean
The Security Hub default value for a boolean parameter.
22894 22895 22896 22897 22898 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22894 class BooleanConfigurationOptions < Struct.new( :default_value) SENSITIVE = [] include Aws::Structure end |