Class: Aws::ConnectCases::Types::GetCaseAuditEventsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_eventsArray<Types::AuditEvent>

A list of case audits where each represents a particular edit of the case.

Returns:



1215
1216
1217
1218
1219
1220
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1215

class GetCaseAuditEventsResponse < Struct.new(
  :audit_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. This is null if there are no more results to return.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1215

class GetCaseAuditEventsResponse < Struct.new(
  :audit_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end