GetExclusionsPreviewResponse

public struct GetExclusionsPreviewResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the exclusions included in the preview.

    Declaration

    Swift

    public let exclusionPreviews: [ExclusionPreview]?
  • 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?
  • Specifies the status of the request to generate an exclusions preview.

    Declaration

    Swift

    public let previewStatus: PreviewStatus
  • Undocumented

    Declaration

    Swift

    public init(exclusionPreviews: [ExclusionPreview]? = nil, nextToken: String? = nil, previewStatus: PreviewStatus)