Class: Aws::Macie2::Types::AccountDetail

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

Overview

Specifies the details of an account to associate with an Amazon Macie administrator account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


87
88
89
90
91
92
# File 'lib/aws-sdk-macie2/types.rb', line 87

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

#emailString

Returns:

  • (String)


87
88
89
90
91
92
# File 'lib/aws-sdk-macie2/types.rb', line 87

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