class Aws::Inspector::Types::DurationRange

This data type is used in the AssessmentTemplateFilter data type.

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

data as a hash:

    {
      min_seconds: 1,
      max_seconds: 1,
    }

@!attribute [rw] min_seconds

The minimum value of the duration range. Must be greater than zero.
@return [Integer]

@!attribute [rw] max_seconds

The maximum value of the duration range. Must be less than or equal
to 604800 seconds (1 week).
@return [Integer]

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

Constants

SENSITIVE