GetAssetResult

data class GetAssetResult(val arn: String, val assetId: String, val assetType: String, val hostId: String, val id: String, val rackElevation: Int, val rackId: String)

A collection of values returned by getAsset.

Constructors

Link copied to clipboard
constructor(arn: String, assetId: String, assetType: String, hostId: String, id: String, rackElevation: Int, rackId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard
Link copied to clipboard

Type of the asset.

Link copied to clipboard

Host ID of the Dedicated Hosts on the asset, if a Dedicated Host is provisioned.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Position of an asset in a rack measured in rack units.

Link copied to clipboard

Rack ID of the asset.