You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Support::Types::TrustedAdvisorCheckRefreshStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The refresh status of a Trusted Advisor check.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#check_idString

The unique identifier for the Trusted Advisor check.

Returns:

  • (String)

    The unique identifier for the Trusted Advisor check.

#millis_until_next_refreshableInteger

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

Returns:

  • (Integer)

    The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

#statusString

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

Returns:

  • (String)

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