NAME

Paws::MarketplaceCatalog::Filter

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::MarketplaceCatalog::Filter object:

$service_obj->Method(Att1 => { Name => $value, ..., ValueList => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::MarketplaceCatalog::Filter object:

$result = $service_obj->Method(...);
$result->Att1->Name

DESCRIPTION

A filter object, used to optionally filter results from calls to the ListEntities and ListChangeSets actions.

ATTRIBUTES

Name => Str

For ListEntities, the supported value for this is an EntityId.

For ListChangeSets, the supported values are as follows:

ValueList => ArrayRef[Str|Undef]

ListEntities - This is a list of unique EntityIds.

ListChangeSets - The supported filter names and associated ValueLists is as follows:

  • ChangeSetName - The supported ValueList is a list of non-unique ChangeSetNames. These are defined when you call the StartChangeSet action.

  • Status - The supported ValueList is a list of statuses for all change set requests.

  • EntityId - The supported ValueList is a list of unique EntityIds.

  • BeforeStartTime - The supported ValueList is a list of all change sets that started before the filter value.

  • AfterStartTime - The supported ValueList is a list of all change sets that started after the filter value.

  • BeforeEndTime - The supported ValueList is a list of all change sets that ended before the filter value.

  • AfterEndTime - The supported ValueList is a list of all change sets that ended after the filter value.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::MarketplaceCatalog

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues