InstanceImageMetadata

Information about the instance and the AMI used to launch the instance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone or Local Zone of the instance.

Link copied to clipboard

Information about the AMI used to launch the instance.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

The instance type.

Link copied to clipboard

The time the instance was launched.

Link copied to clipboard

The entity that manages the instance.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the instance.

Link copied to clipboard

The current state of the instance.

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

Any tags assigned to the instance.

Link copied to clipboard

The ID of the Availability Zone or Local Zone of the instance.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String