cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.ec2.key_pair.DescribeKeyPairs Class Reference

Inherits Action.

Static Public Attributes

list available_filters = ['key-name', 'fingerprint']
dictionary translation_filters

Detailed Description

Definition at line 66 of file key_pair.py.

Member Data Documentation

list src.ec2.key_pair.DescribeKeyPairs.available_filters = ['key-name', 'fingerprint']
static

Definition at line 71 of file key_pair.py.

dictionary src.ec2.key_pair.DescribeKeyPairs.translation_filters
static
Initial value:
{'key-name': 'name',
'fingerprint': 'fingerprint'}

Definition at line 68 of file key_pair.py.


The documentation for this class was generated from the following file: