AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodb
/
aws.sdk.kotlin.services.dynamodb.model
/
DeleteTableResponse
Delete
Table
Response
class
DeleteTableResponse
Represents the output of a
DeleteTable
operation.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
table
Description
Link copied to clipboard
val
tableDescription
:
TableDescription
?
Represents the properties of a table.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
DeleteTableResponse.Builder
.
(
)
->
Unit
=
{}
)
:
DeleteTableResponse
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