GetDataCatalogEncryptionSettingsRequest
public struct GetDataCatalogEncryptionSettingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String?
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws