Class: Aws::Inspector2::Types::DescribeOrganizationConfigurationResponse

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_enableTypes::AutoEnable

The scan types are automatically enabled for new members of your organization.

Returns:



2564
2565
2566
2567
2568
2569
# File 'lib/aws-sdk-inspector2/types.rb', line 2564

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

#max_account_limit_reachedBoolean

Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.

Returns:

  • (Boolean)


2564
2565
2566
2567
2568
2569
# File 'lib/aws-sdk-inspector2/types.rb', line 2564

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