Class: Aws::LakeFormation::Types::GetDataLakeSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetDataLakeSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_lake_settings ⇒ Types::DataLakeSettings
A structure representing a list of Lake Formation principals designated as data lake administrators.
Instance Attribute Details
#data_lake_settings ⇒ Types::DataLakeSettings
A structure representing a list of Lake Formation principals designated as data lake administrators.
1399 1400 1401 1402 1403 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1399 class GetDataLakeSettingsResponse < Struct.new( :data_lake_settings) SENSITIVE = [] include Aws::Structure end |