Class: Aws::Macie2::Types::UserIdentityRoot

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 your Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


7006
7007
7008
7009
7010
7011
7012
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7006

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

#arnString

Returns:

  • (String)


7006
7007
7008
7009
7010
7011
7012
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7006

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

#principal_idString

Returns:

  • (String)


7006
7007
7008
7009
7010
7011
7012
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7006

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