CreateFieldLevelEncryptionConfigResult

public struct CreateFieldLevelEncryptionConfigResult : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

    Declaration

    Swift

    public let eTag: String?
  • Returned when you create a new field-level encryption configuration.

    Declaration

    Swift

    public let fieldLevelEncryption: FieldLevelEncryption?
  • The fully qualified URI of the new configuration resource just created.

    Declaration

    Swift

    public let location: String?
  • Undocumented

    Declaration

    Swift

    public init(eTag: String? = nil, fieldLevelEncryption: FieldLevelEncryption? = nil, location: String? = nil)