Class: Aws::DataExchange::Types::LFTagPolicyDetails

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

Overview

Details about the LF-tag policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The identifier for the AWS Glue Data Catalog.

Returns:

  • (String)


2147
2148
2149
2150
2151
2152
2153
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2147

class LFTagPolicyDetails < Struct.new(
  :catalog_id,
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_detailsTypes::LFResourceDetails

Details for the Lake Formation Resources included in the LF-tag policy.



2147
2148
2149
2150
2151
2152
2153
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2147

class LFTagPolicyDetails < Struct.new(
  :catalog_id,
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type for which the LF-tag policy applies.

Returns:

  • (String)


2147
2148
2149
2150
2151
2152
2153
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2147

class LFTagPolicyDetails < Struct.new(
  :catalog_id,
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end