Class: Aws::Detective::Types::DescribeOrganizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DescribeOrganizationConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
Instance Attribute Details
#auto_enable ⇒ Boolean
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
418 419 420 421 422 |
# File 'lib/aws-sdk-detective/types.rb', line 418 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |