TrustedAdvisorResourceDetail

public struct TrustedAdvisorResourceDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

    Declaration

    Swift

    public let isSuppressed: Bool?
  • 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.

    Declaration

    Swift

    public let metadata: [String]
  • The AWS region in which the identified resource is located.

    Declaration

    Swift

    public let region: String?
  • The unique identifier for the identified resource.

    Declaration

    Swift

    public let resourceId: String
  • The status code for the resource identified in the Trusted Advisor check.

    Declaration

    Swift

    public let status: String
  • Undocumented

    Declaration

    Swift

    public init(isSuppressed: Bool? = nil, metadata: [String], region: String? = nil, resourceId: String, status: String)