Class: Aws::Detective::Types::UpdateOrganizationConfigurationRequest

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)


1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1892

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

#graph_arnString

The ARN of the organization behavior graph.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1892

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