DescribeImportSnapshotTasksRequest

public struct DescribeImportSnapshotTasksRequest : AWSShape
extension EC2.DescribeImportSnapshotTasksRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The filters.

    Declaration

    Swift

    public let filters: [Filter]?
  • A list of import snapshot task IDs.

    Declaration

    Swift

    public let importTaskIds: [String]?
  • The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

    Declaration

    Swift

    public let maxResults: Int?
  • A token that indicates the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(dryRun: Bool? = nil, filters: [Filter]? = nil, importTaskIds: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> EC2.DescribeImportSnapshotTasksRequest