GetDimensionResult

data class GetDimensionResult(val arn: String? = null, val stringValues: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, stringValues: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN (Amazon resource name) of the created dimension.

Link copied to clipboard
val stringValues: List<String>? = null

Specifies the value or list of values for the dimension.

Link copied to clipboard
val tags: List<Tag>? = null

Metadata that can be used to manage the dimension.