You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationDiscoveryService::Types::ImportTaskFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ImportTaskFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "IMPORT_TASK_ID", # accepts IMPORT_TASK_ID, STATUS, NAME
  values: ["ImportTaskFilterValue"],
}

A name-values pair of elements you can use to filter the results when querying your import tasks. Currently, wildcards are not supported for filters.

When filtering by import status, all other filter values are ignored.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name, status, or import task ID for a specific import task.

Possible values:

  • IMPORT_TASK_ID
  • STATUS
  • NAME

Returns:

  • (String)

    The name, status, or import task ID for a specific import task.

#valuesArray<String>

An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.

Returns:

  • (Array<String>)

    An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.