ImageUsageReport

The configuration and status of an image usage report.

Types

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

Properties

Link copied to clipboard

The IDs of the Amazon Web Services accounts that were specified when the report was created.

Link copied to clipboard

The date and time when the report was created.

Link copied to clipboard

The date and time when Amazon EC2 will delete the report (30 days after the report was created).

Link copied to clipboard

The ID of the image that was specified when the report was created.

Link copied to clipboard

The ID of the report.

Link copied to clipboard

The resource types that were specified when the report was created.

Link copied to clipboard

The current state of the report. Possible values:

Link copied to clipboard

Provides additional details when the report is in an error state.

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

Any tags assigned to the report.

Functions

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