Class: Aws::Detective::Types::DeleteGraphRequest

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 behavior graph to disable.

Returns:

  • (String)


353
354
355
356
357
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 353

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