AWSSDK.EC2 by Amazon Web Services

<PackageReference Include="AWSSDK.EC2" Version="3.5.19" />

.NET API 2,335,744 bytes

 DescribeInstanceTypeOfferingsRequest

Container for the parameters to the DescribeInstanceTypeOfferings operation. Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
public List<Filter> Filters { get; set; }

Gets and sets the property Filters.

One or more filters. Filter names and values are case-sensitive.

location - This depends on the location type. For example, if the location type is region (default), the location is the Region code (for example, us-east-2.)

instance-type - The instance type. For example, c5.2xlarge.

public LocationType LocationType { get; set; }

Gets and sets the property LocationType.

The location type.

public int MaxResults { get; set; }

Gets and sets the property MaxResults.

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the next token value.

public string NextToken { get; set; }

Gets and sets the property NextToken.

The token to retrieve the next page of results.