TrustedAdvisorResourceDetail class

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

Constructors

TrustedAdvisorResourceDetail({required List<String> metadata, required String resourceId, required String status, bool? isSuppressed, String? region})
TrustedAdvisorResourceDetail.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isSuppressed bool?
Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
final
metadata List<String>
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. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
final
region String?
The AWS region in which the identified resource is located.
final
resourceId String
The unique identifier for the identified resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
The status code for the resource identified in the Trusted Advisor check.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited