GetDataSetPlainArgs

data class GetDataSetPlainArgs(val awsAccountId: String? = null, val dataSetId: String, val tags: Map<String, String>? = null, val tagsAll: Map<String, String>? = null) : ConvertibleToJava<GetDataSetPlainArgs>

A collection of arguments for invoking getDataSet.

Constructors

Link copied to clipboard
constructor(awsAccountId: String? = null, dataSetId: String, tags: Map<String, String>? = null, tagsAll: Map<String, String>? = null)

Properties

Link copied to clipboard
val awsAccountId: String? = null

AWS account ID.

Link copied to clipboard

Identifier for the data set.

Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard
val tagsAll: Map<String, String>? = null

Functions

Link copied to clipboard
open override fun toJava(): GetDataSetPlainArgs