Skip to content

Instantly share code, notes, and snippets.

@esell
Created October 23, 2015 20:23
Show Gist options
  • Save esell/c28cd0fe7b9f0a70c137 to your computer and use it in GitHub Desktop.
Save esell/c28cd0fe7b9f0a70c137 to your computer and use it in GitHub Desktop.
response = client.describe_tags(
Filters=[
{
'Name': 'key',
'Values': [
val1,
]
},
{
'Name': 'key',
'Values': [
val2,
]
},
{
'Name': 'key',
'Values': [
val3,
]
}
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment