ApiObject | R Documentation |
Converts boto dicts of 'UpperCamelCase' names to dicts into/from a Python object with standard python members. Clients invoke to_boto on an instance of ApiObject to transform the ApiObject into a boto representation. Clients invoke from_boto on a sub-class of ApiObject to instantiate an instance of that class from a boto representation.
new()
Initialize ApiObject class
ApiObject$new(...)
...
:
from_paws()
Construct an instance of this ApiObject from a boto response.
ApiObject$from_paws(paws_list, ...)
paws_list
(list): A dictionary of a paws response.
...
: Arbitrary keyword arguments
to_paws()
Convert an object to a paws representation.
ApiObject$to_paws(obj)
obj
(dict): The object to convert to paws.
format()
Return a string representation of this ApiObject.
ApiObject$format()
clone()
The objects of this class are cloneable with this method.
ApiObject$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.