TrustedAdvisorCheckResult
public struct TrustedAdvisorCheckResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
Declaration
Swift
public let categorySpecificSummary: TrustedAdvisorCategorySpecificSummary
-
The unique identifier for the Trusted Advisor check.
Declaration
Swift
public let checkId: String
-
The details about each resource listed in the check result.
Declaration
Swift
public let flaggedResources: [TrustedAdvisorResourceDetail]
-
Undocumented
Declaration
Swift
public let resourcesSummary: TrustedAdvisorResourcesSummary
-
The alert status of the check: “ok” (green), “warning” (yellow), “error” (red), or “not_available”.
Declaration
Swift
public let status: String
-
The time of the last refresh of the check.
Declaration
Swift
public let timestamp: String
-
Undocumented
Declaration
Swift
public init(categorySpecificSummary: TrustedAdvisorCategorySpecificSummary, checkId: String, flaggedResources: [TrustedAdvisorResourceDetail], resourcesSummary: TrustedAdvisorResourcesSummary, status: String, timestamp: String)