Class: Aws::Inspector2::Types::UpdateOrganizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateOrganizationConfigurationResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Types::AutoEnable
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
Instance Attribute Details
#auto_enable ⇒ Types::AutoEnable
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
4126 4127 4128 4129 4130 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4126 class UpdateOrganizationConfigurationResponse < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |