Class: Aws::DataExchange::Types::LakeFormationTagPolicyDetails

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

Overview

Extra details specific to the affected scope in this LF data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The underlying Glue database that the notification is referring to.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2212

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

#tableString

The underlying Glue table that the notification is referring to.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2212

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