Class: Aws::Detective::Types::Administrator

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Information about the Detective administrator account for an organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account identifier of the Detective administrator account for the organization.

Returns:

  • (String)


104
105
106
107
108
109
110
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 104

class Administrator < Struct.new(
  :account_id,
  :graph_arn,
  :delegation_time)
  SENSITIVE = []
  include Aws::Structure
end

#delegation_timeTime

The date and time when the Detective administrator account was enabled. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

Returns:

  • (Time)


104
105
106
107
108
109
110
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 104

class Administrator < Struct.new(
  :account_id,
  :graph_arn,
  :delegation_time)
  SENSITIVE = []
  include Aws::Structure
end

#graph_arnString

The ARN of the organization behavior graph.

Returns:

  • (String)


104
105
106
107
108
109
110
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 104

class Administrator < Struct.new(
  :account_id,
  :graph_arn,
  :delegation_time)
  SENSITIVE = []
  include Aws::Structure
end