pulumi-aws-kotlin
6.6.1.0
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
)
Types
Constructors
Properties
Constructors
Partition
Storage
Descriptor
Column
Link copied to clipboard
fun
PartitionStorageDescriptorColumn
(
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
The name of the Column.
type
Link copied to clipboard
val
type
:
String
?
=
null
The datatype of data in the Column.