Class: Aws::Macie2::Types::IamUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::IamUser
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about an Identity and Access Management (IAM) user who performed an action on an affected resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#account_id ⇒ String
3630 3631 3632 3633 3634 3635 3636 3637 |
# File 'lib/aws-sdk-macie2/types.rb', line 3630 class IamUser < Struct.new( :account_id, :arn, :principal_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
3630 3631 3632 3633 3634 3635 3636 3637 |
# File 'lib/aws-sdk-macie2/types.rb', line 3630 class IamUser < Struct.new( :account_id, :arn, :principal_id, :user_name) SENSITIVE = [] include Aws::Structure end |