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.
7185 7186 7187 7188 7189 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7185 class UpdateOrganizationConfigurationRequest < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |