Class: Aws::Inspector2::Types::UpdateOrganizationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateOrganizationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Types::AutoEnable
Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.
Instance Attribute Details
#auto_enable ⇒ Types::AutoEnable
Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.
8938 8939 8940 8941 8942 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8938 class UpdateOrganizationConfigurationRequest < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |