Class: Aws::Glue::Types::GetDataCatalogEncryptionSettingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_catalog_encryption_settingsTypes::DataCatalogEncryptionSettings

The requested security configuration.



9834
9835
9836
9837
9838
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9834

class GetDataCatalogEncryptionSettingsResponse < Struct.new(
  :data_catalog_encryption_settings)
  SENSITIVE = []
  include Aws::Structure
end