Class: Aws::Detective::Types::DescribeOrganizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DescribeOrganizationConfigurationResponse
- Defined in:
- gems/aws-sdk-detective/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.
311 312 313 314 315 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 311 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |