Created
October 23, 2015 20:23
-
-
Save esell/c28cd0fe7b9f0a70c137 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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