DescribeRemediationExceptionsResponse
public struct DescribeRemediationExceptionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
Returns a list of remediation exception objects.
Declaration
Swift
public let remediationExceptions: [RemediationException]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, remediationExceptions: [RemediationException]? = nil)