Class: Aws::ConnectCases::Types::GetCaseAuditEventsRequest

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

#case_idString

A unique identifier of the case.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1194

class GetCaseAuditEventsRequest < Struct.new(
  :case_id,
  :domain_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1194

class GetCaseAuditEventsRequest < Struct.new(
  :case_id,
  :domain_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of audit events to return. The current maximum supported value is 25. This is also the default when no other value is provided.

Returns:

  • (Integer)


1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1194

class GetCaseAuditEventsRequest < Struct.new(
  :case_id,
  :domain_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1194

class GetCaseAuditEventsRequest < Struct.new(
  :case_id,
  :domain_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end