GetAssetsResult

data class GetAssetsResult(val arn: String, val assetIds: List<String>, val hostIdFilters: List<String>? = null, val id: String, val statusIdFilters: List<String>? = null)

A collection of values returned by getAssets.

Constructors

Link copied to clipboard
constructor(arn: String, assetIds: List<String>, hostIdFilters: List<String>? = null, id: String, statusIdFilters: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of all the asset ids found. This data source will fail if none are found.

Link copied to clipboard
val hostIdFilters: List<String>? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard