Class: Aws::DataExchange::Types::ImportAssetsFromLakeFormationTagPolicyRequestDetails

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

Overview

Details about the assets imported from an AWS Lake Formation tag policy request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The identifier for the AWS Glue Data Catalog.

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1800

class ImportAssetsFromLakeFormationTagPolicyRequestDetails < Struct.new(
  :catalog_id,
  :database,
  :table,
  :role_arn,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The unique identifier for the data set associated with this import job.

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1800

class ImportAssetsFromLakeFormationTagPolicyRequestDetails < Struct.new(
  :catalog_id,
  :database,
  :table,
  :role_arn,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#databaseTypes::DatabaseLFTagPolicyAndPermissions

A structure for the database object.



1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1800

class ImportAssetsFromLakeFormationTagPolicyRequestDetails < Struct.new(
  :catalog_id,
  :database,
  :table,
  :role_arn,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The unique identifier for the revision associated with this import job.

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1800

class ImportAssetsFromLakeFormationTagPolicyRequestDetails < Struct.new(
  :catalog_id,
  :database,
  :table,
  :role_arn,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions of subscribers to AWS Lake Formation data permissions.

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1800

class ImportAssetsFromLakeFormationTagPolicyRequestDetails < Struct.new(
  :catalog_id,
  :database,
  :table,
  :role_arn,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#tableTypes::TableLFTagPolicyAndPermissions

A structure for the table object.



1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1800

class ImportAssetsFromLakeFormationTagPolicyRequestDetails < Struct.new(
  :catalog_id,
  :database,
  :table,
  :role_arn,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end