Container for the parameters to the RefreshTrustedAdvisorCheck operation.
Requests a refresh of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains a RefreshTrustedAdvisorCheckResult object, which contains these fields:
- Status. The refresh status of the check: "none", "enqueued", "processing", "success", or "abandoned".
- MillisUntilNextRefreshable. The amount of time, in milliseconds, until the check is eligible for refresh.
- CheckId. The unique identifier for the check.

C# |
public class RefreshTrustedAdvisorCheckRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RefreshTrustedAdvisorCheckRequest()()()() | Initializes a new instance of the RefreshTrustedAdvisorCheckRequest class |
![]() | CheckId |
The unique identifier for the Trusted Advisor check.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCheckId(String) | Obsolete.
Sets the CheckId property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | RefreshTrustedAdvisorCheckRequest |