# IsDefaultPublishTargetMatchResult Fields

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [IsDefaultPublishTargetMatchResult](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult.md)
- Kind: `Fields`
- Members: `2`

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## DEFAULT_MATCH_RANK

- Name: `DEFAULT_MATCH_RANK`
- Modifiers: `static` `const`
- Returns: `int`

```csharp
public const static int DEFAULT_MATCH_RANK
```

## NO_MATCH

- Name: `NO_MATCH`
- Modifiers: `static` `readonly`
- Returns: [IsDefaultPublishTargetMatchResult](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult.md)

```csharp
public static readonly IsDefaultPublishTargetMatchResult NO_MATCH
```
