Class: Aws::Glue::Types::LakeFormationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::LakeFormationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass LakeFormationConfiguration data as a hash:
{
use_lake_formation_credentials: false,
account_id: "AccountId",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#account_id ⇒ String
11928 11929 11930 11931 11932 11933 |
# File 'lib/aws-sdk-glue/types.rb', line 11928 class LakeFormationConfiguration < Struct.new( :use_lake_formation_credentials, :account_id) SENSITIVE = [] include Aws::Structure end |
#use_lake_formation_credentials ⇒ Boolean
11928 11929 11930 11931 11932 11933 |
# File 'lib/aws-sdk-glue/types.rb', line 11928 class LakeFormationConfiguration < Struct.new( :use_lake_formation_credentials, :account_id) SENSITIVE = [] include Aws::Structure end |