Class: Aws::AuditManager::Types::GetChangeLogsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetChangeLogsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_logs ⇒ Array<Types::ChangeLog>
The list of user activity for the control.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#change_logs ⇒ Array<Types::ChangeLog>
The list of user activity for the control.
2674 2675 2676 2677 2678 2679 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2674 class GetChangeLogsResponse < Struct.new( :change_logs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
2674 2675 2676 2677 2678 2679 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2674 class GetChangeLogsResponse < Struct.new( :change_logs, :next_token) SENSITIVE = [] include Aws::Structure end |