class Aws::Inspector::Types::GetExclusionsPreviewRequest

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

data as a hash:

    {
      assessment_template_arn: "Arn", # required
      preview_token: "UUID", # required
      next_token: "PaginationToken",
      max_results: 1,
      locale: "EN_US", # accepts EN_US
    }

@!attribute [rw] assessment_template_arn

The ARN that specifies the assessment template for which the
exclusions preview was requested.
@return [String]

@!attribute [rw] preview_token

The unique identifier associated of the exclusions preview.
@return [String]

@!attribute [rw] next_token

You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the
GetExclusionsPreviewRequest action. Subsequent calls to the action
fill nextToken in the request with the value of nextToken from the
previous response to continue listing data.
@return [String]

@!attribute [rw] max_results

You can use this parameter to indicate the maximum number of items
you want in the response. The default value is 100. The maximum
value is 500.
@return [Integer]

@!attribute [rw] locale

The locale into which you want to translate the exclusion's title,
description, and recommendation.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetExclusionsPreviewRequest AWS API Documentation

Constants

SENSITIVE