Class: Aws::LakeFormation::Types::GetDataLakeSettingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_lake_settingsTypes::DataLakeSettings

A structure representing a list of Lake Formation principals designated as data lake administrators.



1325
1326
1327
1328
1329
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1325

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