TrustedAdvisorCheckDescription

public struct TrustedAdvisorCheckDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The category of the Trusted Advisor check.

    Declaration

    Swift

    public let category: String
  • The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).

    Declaration

    Swift

    public let description: String
  • id

    The unique identifier for the Trusted Advisor check.

    Declaration

    Swift

    public let id: String
  • The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

    Declaration

    Swift

    public let metadata: [String]
  • The display name for the Trusted Advisor check.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(category: String, description: String, id: String, metadata: [String], name: String)