ImageReference

A resource that is referencing an image.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the resource referencing the image.

Link copied to clipboard

The ID of the referenced image.

Link copied to clipboard

The type of resource referencing the image.

Functions

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