TrustedAdvisorResourcesSummary

public struct TrustedAdvisorResourcesSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

    Declaration

    Swift

    public let resourcesFlagged: Int64
  • The number of AWS resources ignored by Trusted Advisor because information was unavailable.

    Declaration

    Swift

    public let resourcesIgnored: Int64
  • The number of AWS resources that were analyzed by the Trusted Advisor check.

    Declaration

    Swift

    public let resourcesProcessed: Int64
  • The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

    Declaration

    Swift

    public let resourcesSuppressed: Int64
  • Undocumented

    Declaration

    Swift

    public init(resourcesFlagged: Int64, resourcesIgnored: Int64, resourcesProcessed: Int64, resourcesSuppressed: Int64)