Class: Aws::DataExchange::Types::LFResourceDetails

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

Overview

Details about the AWS Lake Formation resource (Table or Database) included in the AWS Lake Formation data permission.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseTypes::DatabaseLFTagPolicy

Details about the database resource included in the AWS Lake Formation data permission.



2570
2571
2572
2573
2574
2575
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2570

class LFResourceDetails < Struct.new(
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end

#tableTypes::TableLFTagPolicy

Details about the table resource included in the AWS Lake Formation data permission.



2570
2571
2572
2573
2574
2575
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2570

class LFResourceDetails < Struct.new(
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end