Class: Aws::Macie::Types::AssociateMemberAccountRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_account_idString

(Discontinued) The ID of the Amazon Web Services account that you want to associate with Amazon Macie Classic as a member account.

Returns:

  • (String)


39
40
41
42
43
# File 'lib/aws-sdk-macie/types.rb', line 39

class AssociateMemberAccountRequest < Struct.new(
  :member_account_id)
  SENSITIVE = []
  include Aws::Structure
end