models.deploy_db_instances_to_rds_params_point_in_time_restore_params module¶
-
class
models.deploy_db_instances_to_rds_params_point_in_time_restore_params.
DeployDBInstancesToRDSParamsPointInTimeRestoreParams
(timestamp_msecs=None)[source]¶ Bases:
object
Implementation of the ‘DeployDBInstancesToRDSParams_PointInTimeRestoreParams’ model.
Message to capture details of a point in time that the DB needs to be restored to.
- Attributes:
- timestamp_msecs (long|int): Time in milliseconds since epoch that the
DB needs to be restored to.
-
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.