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.
81 82 83 84 85 86 87 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 81 class AuditEventField < Struct.new( :event_field_id, :new_value, :old_value) SENSITIVE = [] include Aws::Structure end |
#new_value ⇒ Types::AuditEventFieldValueUnion
Union of potential field value types.
81 82 83 84 85 86 87 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 81 class AuditEventField < Struct.new( :event_field_id, :new_value, :old_value) SENSITIVE = [] include Aws::Structure end |
#old_value ⇒ Types::AuditEventFieldValueUnion
Union of potential field value types.
81 82 83 84 85 86 87 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 81 class AuditEventField < Struct.new( :event_field_id, :new_value, :old_value) SENSITIVE = [] include Aws::Structure end |