Class: Aws::DataExchange::Types::LakeFormationDataPermissionDetails

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

Overview

Details about the AWS Lake Formation data permission.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lf_tag_policyTypes::LFTagPolicyDetails

Details about the LF-tag policy.



2194
2195
2196
2197
2198
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2194

class LakeFormationDataPermissionDetails < Struct.new(
  :lf_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end