Class: Aws::Macie::Types::MemberAccount

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

Overview

(Discontinued) Contains information about the Amazon Macie Classic member account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account.

Returns:

  • (String)


371
372
373
374
375
# File 'lib/aws-sdk-macie/types.rb', line 371

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