Class: Aws::SecurityHub::Types::BooleanConfigurationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BooleanConfigurationOptions
- Defined in:
- gems/aws-sdk-securityhub/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.
22898 22899 22900 22901 22902 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22898 class BooleanConfigurationOptions < Struct.new( :default_value) SENSITIVE = [] include Aws::Structure end |