AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
grafana
/
aws.sdk.kotlin.services.grafana.model
/
DeleteWorkspaceApiKeyResponse
Delete
Workspace
Api
Key
Response
class
DeleteWorkspaceApiKeyResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
key
Name
Link copied to clipboard
val
keyName
:
String
The name of the key that was deleted.
workspace
Id
Link copied to clipboard
val
workspaceId
:
String
The ID of the workspace where the key was deleted.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
DeleteWorkspaceApiKeyResponse.Builder
.
(
)
->
Unit
=
{}
)
:
DeleteWorkspaceApiKeyResponse
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