class Aws::AuditManager::Types::GetChangeLogsRequest

@note When making an API call, you may pass GetChangeLogsRequest

data as a hash:

    {
      assessment_id: "UUID", # required
      control_set_id: "ControlSetId",
      control_id: "UUID",
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] assessment_id

The identifier for the specified assessment.
@return [String]

@!attribute [rw] control_set_id

The identifier for the specified control set.
@return [String]

@!attribute [rw] control_id

The identifier for the specified control.
@return [String]

@!attribute [rw] next_token

The pagination token used to fetch the next set of results.
@return [String]

@!attribute [rw] max_results

Represents the maximum number of results per page, or per API
request call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetChangeLogsRequest AWS API Documentation

Constants

SENSITIVE