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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1715
1716
1717
1718
1719
1720
1721
1722
# File 'lib/aws-sdk-connectcases/types.rb', line 1715

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)


1715
1716
1717
1718
1719
1720
1721
1722
# File 'lib/aws-sdk-connectcases/types.rb', line 1715

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. When no value is provided, 25 is the default.

Returns:

  • (Integer)


1715
1716
1717
1718
1719
1720
1721
1722
# File 'lib/aws-sdk-connectcases/types.rb', line 1715

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)


1715
1716
1717
1718
1719
1720
1721
1722
# File 'lib/aws-sdk-connectcases/types.rb', line 1715

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