GetEnvironmentActionsResult

data class GetEnvironmentActionsResult(val description: String? = null, val domainId: String? = null, val environmentId: String? = null, val id: String? = null, val name: String? = null, val parameters: EnvironmentActionsAwsConsoleLinkParameters? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, domainId: String? = null, environmentId: String? = null, id: String? = null, name: String? = null, parameters: EnvironmentActionsAwsConsoleLinkParameters? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the Amazon DataZone environment action.

Link copied to clipboard
val domainId: String? = null

The identifier of the Amazon DataZone domain in which the environment is created.

Link copied to clipboard
val environmentId: String? = null

The identifier of the Amazon DataZone environment in which the action is taking place

Link copied to clipboard
val id: String? = null

The ID of the Amazon DataZone environment action.

Link copied to clipboard
val name: String? = null

The name of the environment action.

Link copied to clipboard

The parameters of the environment action.