Class: Aws::Glue::Types::GetDataCatalogEncryptionSettingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

Returns:

  • (String)


11723
11724
11725
11726
11727
# File 'lib/aws-sdk-glue/types.rb', line 11723

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