GetInstanceResult

data class GetInstanceResult(val arn: String? = null, val attributes: InstanceAttributes? = null, val createdTime: String? = null, val id: String? = null, val instanceStatus: InstanceStatus? = null, val serviceRole: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, attributes: InstanceAttributes? = null, createdTime: String? = null, id: String? = null, instanceStatus: InstanceStatus? = null, serviceRole: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

An instanceArn is automatically generated on creation based on instanceId.

Link copied to clipboard

The attributes for the instance.

Link copied to clipboard
val createdTime: String? = null

Timestamp of instance creation logged as part of instance creation.

Link copied to clipboard
val id: String? = null

An instanceId is automatically generated on creation and assigned as the unique identifier.

Link copied to clipboard

Specifies the creation status of new instance.

Link copied to clipboard
val serviceRole: String? = null

Service linked role created as part of instance creation.

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

An array of key-value pairs to apply to this resource.