RecipeSummary

Provides a summary of the properties of a recipe. For a complete listing, call the DescribeRecipe API.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time (in Unix time) that the recipe was created.

Link copied to clipboard

The domain of the recipe (if the recipe is a Domain dataset group use case).

Link copied to clipboard

The date and time (in Unix time) that the recipe was last updated.

Link copied to clipboard
val name: String?

The name of the recipe.

Link copied to clipboard

The Amazon Resource Name (ARN) of the recipe.

Link copied to clipboard

The status of the recipe.

Functions

Link copied to clipboard
inline fun copy(block: RecipeSummary.Builder.() -> Unit = {}): RecipeSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String