GetResponsePlanPlainArgs

data class GetResponsePlanPlainArgs(val arn: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetResponsePlanPlainArgs>

A collection of arguments for invoking getResponsePlan.

Constructors

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the response plan.

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

The tags applied to the response plan.

Functions

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