Class: Aws::Macie2::Types::AdminAccount

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

Overview

Provides information about the delegated Amazon Macie administrator account for an organization in Organizations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


131
132
133
134
135
136
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 131

class AdminAccount < Struct.new(
  :account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of an account as the delegated Amazon Macie administrator account for an organization in Organizations. Possible values are:

Returns:

  • (String)


131
132
133
134
135
136
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 131

class AdminAccount < Struct.new(
  :account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end