DescribeTrustedAdvisorCheckResultRequest
public struct DescribeTrustedAdvisorCheckResultRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the Trusted Advisor check.
Declaration
Swift
public let checkId: String
-
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (“en”) and Japanese (“ja”). Language parameters must be passed explicitly for operations that take them.
Declaration
Swift
public let language: String?
-
Undocumented
Declaration
Swift
public init(checkId: String, language: String? = nil)