Class: Aws::Detective::Types::DescribeOrganizationConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.

Returns:

  • (Boolean)


418
419
420
421
422
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 418

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