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

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

#graph_arnString

The ARN of the organization behavior graph.

Returns:

  • (String)


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

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