Class: Aws::Glue::Types::LakeFormationConfiguration

Inherits:
Struct
  • Object
show all
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_idString

Returns:

  • (String)


12098
12099
12100
12101
12102
12103
# File 'lib/aws-sdk-glue/types.rb', line 12098

class LakeFormationConfiguration < Struct.new(
  :use_lake_formation_credentials,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#use_lake_formation_credentialsBoolean

Returns:

  • (Boolean)


12098
12099
12100
12101
12102
12103
# File 'lib/aws-sdk-glue/types.rb', line 12098

class LakeFormationConfiguration < Struct.new(
  :use_lake_formation_credentials,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end