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.



2103
2104
2105
2106
2107
2108
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2103

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.



2103
2104
2105
2106
2107
2108
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2103

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