GetResourceSetResult

data class GetResourceSetResult(val description: String? = null, val id: String? = null, val name: String? = null, val resourceTypeList: List<String>? = null, val resources: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String? = null, name: String? = null, resourceTypeList: List<String>? = null, resources: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of the resource set.

Link copied to clipboard
val id: String? = null

A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

Link copied to clipboard
val name: String? = null

The descriptive name of the resource set. You can't change the name of a resource set after you create it.

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

Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.

Link copied to clipboard
val tags: List<Tag>? = null