RefreshTrustedAdvisorCheckRequest

public struct RefreshTrustedAdvisorCheckRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

    Declaration

    Swift

    public let checkId: String
  • Undocumented

    Declaration

    Swift

    public init(checkId: String)