Home
last modified time | relevance | path

Searched defs:self (Results 1 – 3 of 3) sorted by relevance

/tools/aws_config_quick_start/
A Dcerts.py9 def __init__(self, certId=''): argument
17 def create(self): argument
24 def create_keys_and_certificate(self): argument
28 def delete(self): argument
57 def exists(self): argument
63 def get_arn(self): argument
66 def list_policies(self): argument
71 def attach_policy(self, policy_name): argument
77 def list_things(self): argument
82 def attach_thing(self, thing_name): argument
[all …]
A Dthing.py8 def __init__(self, name): argument
13 def create(self): argument
18 def delete(self): argument
25 def exists(self): argument
32 def attach_principal(self, arn): argument
36 def detach_principal(self, arn): argument
40 def list_principals(self): argument
A Dpolicy.py8 def __init__(self, name, policy=''): argument
13 def create(self): argument
18 def delete(self): argument
22 def exists(self): argument

Completed in 9 milliseconds