toggle menu
AWS SDK for Kotlin
1.4.103
common
switch theme
Skip to Main Content
databrew
/
aws.sdk.kotlin.services.databrew.model
/
DeleteRecipeVersionResponse
Delete
Recipe
Version
Response
class
DeleteRecipeVersionResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The name of the recipe that was deleted.
recipe
Version
Link copied to clipboard
val
recipeVersion
:
String
The version of the recipe that was deleted.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
DeleteRecipeVersionResponse.Builder
.
(
)
->
Unit
=
{}
)
:
DeleteRecipeVersionResponse
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String