AccountInfo

Contains information about an Amazon Web Services account's enrollment and association status with Compute Optimizer Automation.

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account.

Link copied to clipboard

The timestamp when the account's Automation enrollment status was last updated.

Link copied to clipboard

Specifies whether the management account can create Automation rules that implement optimization actions for this account.

Link copied to clipboard

The enrollment status of the account: Active, Inactive, Pending, or Failed.

Link copied to clipboard

The reason for the current Automation enrollment status.

Functions

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