ContentTypeProfile
public struct ContentTypeProfile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The content type for a field-level encryption content type-profile mapping.
Declaration
Swift
public let contentType: String
-
The format for a field-level encryption content type-profile mapping.
Declaration
Swift
public let format: Format
-
The profile ID for a field-level encryption content type-profile mapping.
Declaration
Swift
public let profileId: String?
-
Undocumented
Declaration
Swift
public init(contentType: String, format: Format, profileId: String? = nil)