Class: Aws::Detective::Types::DeleteGraphRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DeleteGraphRequest
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arn ⇒ String
The ARN of the behavior graph to disable.
Instance Attribute Details
#graph_arn ⇒ String
The ARN of the behavior graph to disable.
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 |