Class: Aws::ConnectCases::Types::AuditEventField
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::AuditEventField
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Fields for audit event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_field_id ⇒ String
Unique identifier of field in an Audit History entry.
-
#new_value ⇒ Types::AuditEventFieldValueUnion
Union of potential field value types.
-
#old_value ⇒ Types::AuditEventFieldValueUnion
Union of potential field value types.
Instance Attribute Details
#event_field_id ⇒ String
Unique identifier of field in an Audit History entry.
85 86 87 88 89 90 91 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 85 class AuditEventField < Struct.new( :event_field_id, :old_value, :new_value) SENSITIVE = [] include Aws::Structure end |
#new_value ⇒ Types::AuditEventFieldValueUnion
Union of potential field value types.
85 86 87 88 89 90 91 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 85 class AuditEventField < Struct.new( :event_field_id, :old_value, :new_value) SENSITIVE = [] include Aws::Structure end |
#old_value ⇒ Types::AuditEventFieldValueUnion
Union of potential field value types.
85 86 87 88 89 90 91 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 85 class AuditEventField < Struct.new( :event_field_id, :old_value, :new_value) SENSITIVE = [] include Aws::Structure end |