Class: Aws::ConnectCases::Types::GetCaseAuditEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::GetCaseAuditEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_events ⇒ Array<Types::AuditEvent>
A list of case audits where each represents a particular edit of the case.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#audit_events ⇒ Array<Types::AuditEvent>
A list of case audits where each represents a particular edit of the case.
1736 1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1736 class GetCaseAuditEventsResponse < Struct.new( :next_token, :audit_events) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. This is null if there are no more results to return.
1736 1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1736 class GetCaseAuditEventsResponse < Struct.new( :next_token, :audit_events) SENSITIVE = [] include Aws::Structure end |