Class: Aws::Inspector2::Types::UpdateOrganizationConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable ⇒ Types::AutoEnable

Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.

Returns:



10912
10913
10914
10915
10916
# File 'lib/aws-sdk-inspector2/types.rb', line 10912

class UpdateOrganizationConfigurationRequest < Struct.new(
  :auto_enable)
  SENSITIVE = []
  include Aws::Structure
end