class Aws::Support::Types::TrustedAdvisorCheckRefreshStatus

The refresh status of a Trusted Advisor check.

@!attribute [rw] check_id

The unique identifier for the Trusted Advisor check.
@return [String]

@!attribute [rw] status

The status of the Trusted Advisor check for which a refresh has been
requested:

* `none` - The check is not refreshed or the non-success status
  exceeds the timeout

* `enqueued` - The check refresh requests has entered the refresh
  queue

* `processing` - The check refresh request is picked up by the rule
  processing engine

* `success` - The check is successfully refreshed

* `abandoned` - The check refresh has failed
@return [String]

@!attribute [rw] millis_until_next_refreshable

The amount of time, in milliseconds, until the Trusted Advisor check
is eligible for refresh.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorCheckRefreshStatus AWS API Documentation

Constants

SENSITIVE