InstanceDetails

Contains information about the details of an instance.

Types

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

Properties

Link copied to clipboard

The Availability Zone of the EC2 instance.

Link copied to clipboard

The profile information of the EC2 instance.

Link copied to clipboard

The image description of the EC2 instance.

Link copied to clipboard

The image ID of the EC2 instance.

Link copied to clipboard

The ID of the EC2 instance.

Link copied to clipboard

The state of the EC2 instance.

Link copied to clipboard

The type of the EC2 instance.

Link copied to clipboard

The launch time of the EC2 instance.

Link copied to clipboard

The elastic network interface information of the EC2 instance.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Web Services Outpost. Only applicable to Amazon Web Services Outposts instances.

Link copied to clipboard

The platform of the EC2 instance.

Link copied to clipboard

The product code of the EC2 instance.

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

The tags of the EC2 instance.

Functions

Link copied to clipboard
inline fun copy(block: InstanceDetails.Builder.() -> Unit = {}): InstanceDetails
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