Source code for models.s_3_key_mapping_config_create_view_request_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class S3KeyMappingConfigCreateViewRequestEnum(object): """Implementation of the 'S3KeyMappingConfig_CreateViewRequest' enum. Specifies key mapping config of S3 storage. Configuration of S3 key mapping. Specifies the type of S3 key mapping config. Attributes: KRANDOM: TODO: type description here. KSHORT: TODO: type description here. KLONG: TODO: type description here. KHIERARCHICAL: TODO: type description here. """ KRANDOM = 'kRandom' KSHORT = 'kShort' KLONG = 'kLong' KHIERARCHICAL = 'kHierarchical'