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 entity that performed the action.
Instance Attribute Details
#iam_principal_arn ⇒ String
Unique identifier of an IAM role.
158 159 160 161 162 163 |
# File 'lib/aws-sdk-connectcases/types.rb', line 158 class AuditEventPerformedBy < Struct.new( :user, :iam_principal_arn) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::UserUnion
Represents the entity that performed the action.
158 159 160 161 162 163 |
# File 'lib/aws-sdk-connectcases/types.rb', line 158 class AuditEventPerformedBy < Struct.new( :user, :iam_principal_arn) SENSITIVE = [] include Aws::Structure end |