Class: Aws::ConnectCases::Types::AuditEventPerformedBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::AuditEventPerformedBy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Information of the user which performed the audit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_principal_arn ⇒ String
Unique identifier of an IAM role.
-
#user ⇒ Types::UserUnion
Represents the identity of the person who performed the action.
Instance Attribute Details
#iam_principal_arn ⇒ String
Unique identifier of an IAM role.
154 155 156 157 158 159 |
# File 'lib/aws-sdk-connectcases/types.rb', line 154 class AuditEventPerformedBy < Struct.new( :iam_principal_arn, :user) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::UserUnion
Represents the identity of the person who performed the action.
154 155 156 157 158 159 |
# File 'lib/aws-sdk-connectcases/types.rb', line 154 class AuditEventPerformedBy < Struct.new( :iam_principal_arn, :user) SENSITIVE = [] include Aws::Structure end |