PrefixConfig
public struct PrefixConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
Declaration
Swift
public let prefixFormat: PrefixFormat?
-
Determines the level of granularity that’s included in the prefix.
Declaration
Swift
public let prefixType: PrefixType?
-
Undocumented
Declaration
Swift
public init(prefixFormat: PrefixFormat? = nil, prefixType: PrefixType? = nil)