Class: Aws::Detective::Types::Graph

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the behavior graph.

Returns:

  • (String)


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_timeTime

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.

Returns:

  • (Time)


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