Get Outpost Plain Args
data class GetOutpostPlainArgs(val arn: String? = null, val id: String? = null, val name: String? = null, val ownerId: String? = null) : ConvertibleToJava<GetOutpostPlainArgs>
A collection of arguments for invoking getOutpost.
Constructors
Link copied to clipboard
fun GetOutpostPlainArgs(arn: String? = null, id: String? = null, name: String? = null, ownerId: String? = null)