Ami

class Ami

Details of an Amazon EC2 AMI.

Types

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

Properties

Link copied to clipboard

The account ID of the owner of the AMI.

Link copied to clipboard

The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.

Link copied to clipboard

The AMI ID of the Amazon EC2 AMI.

Link copied to clipboard
val name: String?

The name of the Amazon EC2 AMI.

Link copied to clipboard

The Amazon Web Services Region of the Amazon EC2 AMI.

Link copied to clipboard

Image status and the reason for that status.

Functions

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