Class: Aws::Detective::Types::Administrator
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::Administrator
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Information about the Detective administrator account for an organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account identifier of the Detective administrator account for the organization.
-
#delegation_time ⇒ Time
The date and time when the Detective administrator account was enabled.
-
#graph_arn ⇒ String
The ARN of the organization behavior graph.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account identifier of the Detective administrator account for the organization.
104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-detective/types.rb', line 104 class Administrator < Struct.new( :account_id, :graph_arn, :delegation_time) SENSITIVE = [] include Aws::Structure end |
#delegation_time ⇒ Time
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`.
104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-detective/types.rb', line 104 class Administrator < Struct.new( :account_id, :graph_arn, :delegation_time) SENSITIVE = [] include Aws::Structure end |
#graph_arn ⇒ String
The ARN of the organization behavior graph.
104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-detective/types.rb', line 104 class Administrator < Struct.new( :account_id, :graph_arn, :delegation_time) SENSITIVE = [] include Aws::Structure end |