models.download_cft_response module

class models.download_cft_response.DownloadCftResponse(content=None, file_name=None)[source]

Bases: object

Implementation of the ‘DownloadCftResponse’ model.

TODO: Type model description here.

Attributes:

content (list of int|long): Specifies the content of the file. file_name (string): Specifies the content of the CFT.

in: body Specifies the file name of the cloud formation template.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.