IPWorks Cloud 2020 Python Edition

Questions / Feedback?

version_id Property

The object version to make requests against.

Syntax

def get_version_id() -> str: ...
def set_version_id(value: str) -> None: ...

version_id = property(get_version_id, set_version_id)

Default Value

""

Remarks

This property can be set to the Id of a specific object version before calling the following methods in order to make requests against the specified object version instead of the base object; refer to each one's documentation for more information:

Refer to Amazon's Versioning documentation for more information about versioning.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]