AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This data type is used in the AssessmentTemplateFilter data type.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.DurationRange

Namespace: Amazon.Inspector.Model
Assembly: AWSSDK.Inspector.dll
Version: 3.x.y.z

Syntax

C#
public class DurationRange

The DurationRange type exposes the following members

Constructors

NameDescription
Public Method DurationRange()

Properties

NameTypeDescription
Public Property MaxSeconds System.Int32

Gets and sets the property MaxSeconds.

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

Public Property MinSeconds System.Int32

Gets and sets the property MinSeconds.

The minimum value of the duration range. Must be greater than zero.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5