Class: Aws::Macie2::Types::AwsAccount

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

Overview

Provides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for an Amazon Web Services account other than your own account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


286
287
288
289
290
291
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 286

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

#principal_idString

Returns:

  • (String)


286
287
288
289
290
291
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 286

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