toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
datazone
/
aws.sdk.kotlin.services.datazone.model
/
DataProductSummary
Data
Product
Summary
class
DataProductSummary
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
created
At
Link copied to clipboard
val
createdAt
:
Instant
?
created
By
Link copied to clipboard
val
createdBy
:
String
?
data
Product
Items
Link copied to clipboard
val
dataProductItems
:
List
<
DataProductItem
>
?
description
Link copied to clipboard
val
description
:
String
?
domain
Id
Link copied to clipboard
val
domainId
:
String
glossary
Terms
Link copied to clipboard
val
glossaryTerms
:
List
<
String
>
?
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
owning
Project
Id
Link copied to clipboard
val
owningProjectId
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
Instant
?
updated
By
Link copied to clipboard
val
updatedBy
:
String
?
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
DataProductSummary.Builder
.
(
)
->
Unit
=
{}
)
:
DataProductSummary
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