AWS SDK for .NET Documentation
TrustedAdvisorCheckRefreshStatus Class
AmazonAmazon.AWSSupport.ModelTrustedAdvisorCheckRefreshStatus Did this page help you?   Yes   No    Tell us about it...

The refresh status of a Trusted Advisor check.

Declaration Syntax
C#
public class TrustedAdvisorCheckRefreshStatus
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TrustedAdvisorCheckRefreshStatus()()()()
Initializes a new instance of the TrustedAdvisorCheckRefreshStatus class

CheckId
The unique identifier for the Trusted Advisor check.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
MillisUntilNextRefreshable
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

Status
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCheckId(String) Obsolete.
Sets the CheckId property

WithMillisUntilNextRefreshable(Int64) Obsolete.
Sets the MillisUntilNextRefreshable property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
TrustedAdvisorCheckRefreshStatus

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)