Class: Aws::Macie2::Types::AwsAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AwsAccount
- 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 an Amazon Web Services account other than your own account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#account_id ⇒ String
347 348 349 350 351 352 |
# File 'lib/aws-sdk-macie2/types.rb', line 347 class AwsAccount < Struct.new( :account_id, :principal_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
347 348 349 350 351 352 |
# File 'lib/aws-sdk-macie2/types.rb', line 347 class AwsAccount < Struct.new( :account_id, :principal_id) SENSITIVE = [] include Aws::Structure end |