Class: Aws::ConnectCases::Types::AuditEventPerformedBy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

Information of the user which performed the audit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_principal_arnString

Unique identifier of an IAM role.

Returns:

  • (String)


154
155
156
157
158
159
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 154

class AuditEventPerformedBy < Struct.new(
  :iam_principal_arn,
  :user)
  SENSITIVE = []
  include Aws::Structure
end

#userTypes::UserUnion

Represents the identity of the person who performed the action.

Returns:



154
155
156
157
158
159
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 154

class AuditEventPerformedBy < Struct.new(
  :iam_principal_arn,
  :user)
  SENSITIVE = []
  include Aws::Structure
end