GetMissionProfilePlainArgs

data class GetMissionProfilePlainArgs(val arn: String, val id: String) : ConvertibleToJava<GetMissionProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String, id: String)

Properties

Link copied to clipboard
val arn: String

The ARN of the mission profile, such as arn:aws:groundstation:us-east-2:1234567890:mission-profile/9940bf3b-d2ba-427e-9906-842b5e5d2296 .

Link copied to clipboard
val id: String

The ID of the mission profile, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .

Functions

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