Class: Aws::DataExchange::Types::LFTagPolicyDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::LFTagPolicyDetails
- 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
-
#catalog_id ⇒ String
The identifier for the AWS Glue Data Catalog.
-
#resource_details ⇒ Types::LFResourceDetails
Details for the Lake Formation Resources included in the LF-tag policy.
-
#resource_type ⇒ String
The resource type for which the LF-tag policy applies.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the AWS Glue Data Catalog.
2614 2615 2616 2617 2618 2619 2620 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614 class LFTagPolicyDetails < Struct.new( :catalog_id, :resource_type, :resource_details) SENSITIVE = [] include Aws::Structure end |
#resource_details ⇒ Types::LFResourceDetails
Details for the Lake Formation Resources included in the LF-tag policy.
2614 2615 2616 2617 2618 2619 2620 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614 class LFTagPolicyDetails < Struct.new( :catalog_id, :resource_type, :resource_details) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for which the LF-tag policy applies.
2614 2615 2616 2617 2618 2619 2620 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614 class LFTagPolicyDetails < Struct.new( :catalog_id, :resource_type, :resource_details) SENSITIVE = [] include Aws::Structure end |