Class: Aws::AuditManager::Types::GetChangeLogsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_logsArray<Types::ChangeLog>

The list of user activity for the control.

Returns:



2674
2675
2676
2677
2678
2679
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2674

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

#next_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


2674
2675
2676
2677
2678
2679
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2674

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