Class: Aws::Detective::Types::DescribeOrganizationConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_arnString

The ARN of the organization behavior graph.

Returns:

  • (String)


405
406
407
408
409
# File 'lib/aws-sdk-detective/types.rb', line 405

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