# DeployedAppEnvironment

**Package:** `flyte.app`

## Parameters

```python
class DeployedAppEnvironment(
    env: AppEnvironment,
    deployed_app: 'App',
)
```
| Parameter | Type | Description |
|-|-|-|
| `env` | `AppEnvironment` | |
| `deployed_app` | `'App'` | |

## Methods

| Method | Description |
|-|-|
| [`env_repr()`](#env_repr) |  |
| [`get_name()`](#get_name) | Returns the name of the deployed environment. |
| [`summary_repr()`](#summary_repr) |  |
| [`table_repr()`](#table_repr) |  |

### env_repr()

```python
def env_repr()
```
### get_name()

```python
def get_name()
```
Returns the name of the deployed environment.

### summary_repr()

```python
def summary_repr()
```
### table_repr()

```python
def table_repr()
```

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/flyte-sdk/packages/flyte.app/deployedappenvironment.md
**HTML**: https://www.union.ai/docs/v2/union/api-reference/flyte-sdk/packages/flyte.app/deployedappenvironment/
