GetChannelPlainArgs

data class GetChannelPlainArgs(val arn: String) : ConvertibleToJava<GetChannelPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) associated with the resource.

Functions

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