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

Contains information about a resource identified by a Trusted Advisor check.

Declaration Syntax
C#
public class TrustedAdvisorResourceDetail
Members
All MembersConstructorsMethodsProperties



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

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.)
IsSuppressed
Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

Metadata
Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks.

Region
The AWS region in which the identified resource is located.

ResourceId
The unique identifier for the identified resource.

Status
The status code for the resource identified in the Trusted Advisor check.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIsSuppressed(Boolean) Obsolete.
Sets the IsSuppressed property

WithMetadata(array<String>[]()[][]) Obsolete.
Adds elements to the Metadata collection

WithMetadata(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the Metadata collection

WithRegion(String) Obsolete.
Sets the Region property

WithResourceId(String) Obsolete.
Sets the ResourceId property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
TrustedAdvisorResourceDetail

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