Class: Aws::Inspector2::Types::DescribeOrganizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DescribeOrganizationConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Types::AutoEnable
The scan types are automatically enabled for new members of your organization.
-
#max_account_limit_reached ⇒ Boolean
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
Instance Attribute Details
#auto_enable ⇒ Types::AutoEnable
The scan types are automatically enabled for new members of your organization.
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_reached ⇒ Boolean
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
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 |