Class: Aws::Detective::Types::Graph
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::Graph
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
A behavior graph in Detective.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the behavior graph.
-
#created_time ⇒ Time
The date and time that the behavior graph was created.
Instance Attribute Details
#arn ⇒ String
The ARN of the behavior graph.
652 653 654 655 656 657 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 652 class Graph < Struct.new( :arn, :created_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time that the behavior graph was created. The value is
an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.
652 653 654 655 656 657 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 652 class Graph < Struct.new( :arn, :created_time) SENSITIVE = [] include Aws::Structure end |