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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


3531
3532
3533
3534
3535
3536
3537
3538
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3531

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

#arnString

Returns:

  • (String)


3531
3532
3533
3534
3535
3536
3537
3538
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3531

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

#principal_idString

Returns:

  • (String)


3531
3532
3533
3534
3535
3536
3537
3538
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3531

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

#user_nameString

Returns:

  • (String)


3531
3532
3533
3534
3535
3536
3537
3538
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3531

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