Class: Aws::DataExchange::Types::ImportAssetsFromLakeFormationTagPolicyResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetsFromLakeFormationTagPolicyResponseDetails
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Details from an import AWS Lake Formation tag policy job response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the AWS Glue Data Catalog.
-
#data_set_id ⇒ String
The unique identifier for the data set associated with this import job.
-
#database ⇒ Types::DatabaseLFTagPolicyAndPermissions
A structure for the database object.
-
#revision_id ⇒ String
The unique identifier for the revision associated with this import job.
-
#role_arn ⇒ String
The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.
-
#table ⇒ Types::TableLFTagPolicyAndPermissions
A structure for the table object.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the AWS Glue Data Catalog.
2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2325 class ImportAssetsFromLakeFormationTagPolicyResponseDetails < Struct.new( :catalog_id, :database, :table, :role_arn, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for the data set associated with this import job.
2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2325 class ImportAssetsFromLakeFormationTagPolicyResponseDetails < Struct.new( :catalog_id, :database, :table, :role_arn, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#database ⇒ Types::DatabaseLFTagPolicyAndPermissions
A structure for the database object.
2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2325 class ImportAssetsFromLakeFormationTagPolicyResponseDetails < Struct.new( :catalog_id, :database, :table, :role_arn, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for the revision associated with this import job.
2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2325 class ImportAssetsFromLakeFormationTagPolicyResponseDetails < Struct.new( :catalog_id, :database, :table, :role_arn, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.
2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2325 class ImportAssetsFromLakeFormationTagPolicyResponseDetails < Struct.new( :catalog_id, :database, :table, :role_arn, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#table ⇒ Types::TableLFTagPolicyAndPermissions
A structure for the table object.
2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2325 class ImportAssetsFromLakeFormationTagPolicyResponseDetails < Struct.new( :catalog_id, :database, :table, :role_arn, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |