DescribeExclusionsRequest
public struct DescribeExclusionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of ARNs that specify the exclusions that you want to describe.
Declaration
Swift
public let exclusionArns: [String]
-
The locale into which you want to translate the exclusion’s title, description, and recommendation.
Declaration
Swift
public let locale: Locale?
-
Undocumented
Declaration
Swift
public init(exclusionArns: [String], locale: Locale? = nil)
-
Declaration
Swift
public func validate(name: String) throws