toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.glue.kotlin.outputs
/
PartitionStorageDescriptorColumn
Partition
Storage
Descriptor
Column
data
class
PartitionStorageDescriptorColumn
(
val
comment
:
String
?
=
null
,
val
name
:
String
,
val
type
:
String
?
=
null
)
Members
Constructors
Partition
Storage
Descriptor
Column
Link copied to clipboard
constructor
(
comment
:
String
?
=
null
,
name
:
String
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
comment
Link copied to clipboard
val
comment
:
String
?
=
null
Free-form text comment.
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String
?
=
null
The datatype of data in the Column.