Class: Aws::Detective::Types::CreateGraphResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::CreateGraphResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arn ⇒ String
The ARN of the new behavior graph.
Instance Attribute Details
#graph_arn ⇒ String
The ARN of the new behavior graph.
214 215 216 217 218 |
# File 'lib/aws-sdk-detective/types.rb', line 214 class CreateGraphResponse < Struct.new( :graph_arn) SENSITIVE = [] include Aws::Structure end |