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 EntityId
s.
ListChangeSets
- The supported filter names and associated ValueList
s is as follows:
ChangeSetName
- The supportedValueList
is a list of non-uniqueChangeSetName
s. These are defined when you call theStartChangeSet
action.Status
- The supportedValueList
is a list of statuses for all change set requests.EntityId
- The supportedValueList
is a list of uniqueEntityId
s.BeforeStartTime
- The supportedValueList
is a list of all change sets that started before the filter value.AfterStartTime
- The supportedValueList
is a list of all change sets that started after the filter value.BeforeEndTime
- The supportedValueList
is a list of all change sets that ended before the filter value.AfterEndTime
- The supportedValueList
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