GetHypervisorPlainArgs

data class GetHypervisorPlainArgs(val hypervisorArn: String) : ConvertibleToJava<GetHypervisorPlainArgs>

Constructors

Link copied to clipboard
constructor(hypervisorArn: String)

Properties

Link copied to clipboard

Returns HypervisorArn , an Amazon Resource Name (ARN) that uniquely identifies a Hypervisor. For example: arn:aws:backup-gateway:us-east-1:123456789012:hypervisor/hype-1234D67D

Functions

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