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

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 scan types are automatically enabled for new members of your organization.

Returns:



2543
2544
2545
2546
2547
2548
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2543

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)


2543
2544
2545
2546
2547
2548
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2543

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