Class: Aws::Inspector2::Types::UpdateOrganizationConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableTypes::AutoEnable

The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.

Returns:



7172
7173
7174
7175
7176
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7172

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