Class: Aws::Macie2::Types::IamUser

Inherits:
Struct
  • Object
show all
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_idString

Returns:

  • (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

#arnString

Returns:

  • (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

#principal_idString

Returns:

  • (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

#user_nameString

Returns:

  • (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