# LambdaDeploymentPackagerResult Properties

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [LambdaDeploymentPackagerResult](/reference/api/csharp/aspire.hosting.aws/lambdadeploymentpackagerresult.md)
- Kind: `Properties`
- 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.

## LocalLocation

- Name: `LocalLocation`
- Modifiers: `nullable` `get; init`
- Returns: `string?`

```csharp
public string? LocalLocation { get; init; }
```

## Success

- Name: `Success`
- Modifiers: `get; init`
- Returns: `bool`

```csharp
public bool Success { get; init; }
```
