Class: Aws::Glue::Types::GetDataCatalogEncryptionSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDataCatalogEncryptionSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_catalog_encryption_settings ⇒ Types::DataCatalogEncryptionSettings
The requested security configuration.
Instance Attribute Details
#data_catalog_encryption_settings ⇒ Types::DataCatalogEncryptionSettings
The requested security configuration.
12336 12337 12338 12339 12340 |
# File 'lib/aws-sdk-glue/types.rb', line 12336 class GetDataCatalogEncryptionSettingsResponse < Struct.new( :data_catalog_encryption_settings) SENSITIVE = [] include Aws::Structure end |