Class: Aws::Macie2::Types::UserIdentityRoot
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UserIdentityRoot
- Includes:
- Structure
- Defined in:
- 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_id ⇒ String
7151 7152 7153 7154 7155 7156 7157 |
# File 'lib/aws-sdk-macie2/types.rb', line 7151 class UserIdentityRoot < Struct.new( :account_id, :arn, :principal_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
7151 7152 7153 7154 7155 7156 7157 |
# File 'lib/aws-sdk-macie2/types.rb', line 7151 class UserIdentityRoot < Struct.new( :account_id, :arn, :principal_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
7151 7152 7153 7154 7155 7156 7157 |
# File 'lib/aws-sdk-macie2/types.rb', line 7151 class UserIdentityRoot < Struct.new( :account_id, :arn, :principal_id) SENSITIVE = [] include Aws::Structure end |