GetViewPlainArgs

data class GetViewPlainArgs(val viewArn: String) : ConvertibleToJava<GetViewPlainArgs>

Constructors

Link copied to clipboard
constructor(viewArn: String)

Properties

Link copied to clipboard

The ARN of the new view. For example: arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222

Functions

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