You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MarketplaceCatalog::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::Filter
- Defined in:
- (unknown)
Overview
When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "FilterName",
value_list: ["StringValue"],
}
A filter object, used to optionally filter results from calls to the ListEntities and ListChangeSets actions.
Instance Attribute Summary collapse
-
#name ⇒ String
For
ListEntities, the supported value for this is anEntityId. -
#value_list ⇒ Array<String>
ListEntities- This is a list of uniqueEntityIds.
Instance Attribute Details
#name ⇒ String
For ListEntities, the supported value for this is an EntityId.
For ListChangeSets, the supported values are as follows:
#value_list ⇒ Array<String>
ListEntities - This is a list of unique EntityIds.
ListChangeSets - The supported filter names and associated
ValueLists is as follows:
ChangeSetName- The supportedValueListis a list of non-uniqueChangeSetNames. These are defined when you call theStartChangeSetaction.Status- The supportedValueListis a list of statuses for all change set requests.EntityId- The supportedValueListis a list of uniqueEntityIds.BeforeStartTime- The supportedValueListis a list of all change sets that started before the filter value.AfterStartTime- The supportedValueListis a list of all change sets that started after the filter value.BeforeEndTime- The supportedValueListis a list of all change sets that ended before the filter value.AfterEndTime- The supportedValueListis a list of all change sets that ended after the filter value.