TrustedAdvisorCheckSummary
public struct TrustedAdvisorCheckSummary : 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
-
Specifies whether the Trusted Advisor check has flagged resources.
Declaration
Swift
public let hasFlaggedResources: Bool?
-
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, hasFlaggedResources: Bool? = nil, resourcesSummary: TrustedAdvisorResourcesSummary, status: String, timestamp: String)