ListExclusionsResponse
public struct ListExclusionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of exclusions’ ARNs returned by the action.
Declaration
Swift
public let exclusionArns: [String]
-
When a response is generated, if there is more data to be listed, this parameters is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(exclusionArns: [String], nextToken: String? = nil)