Class: Aws::DataExchange::Types::RequestDetails

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

Overview

The details for the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_s3_data_access_from_s3_bucketTypes::CreateS3DataAccessFromS3BucketRequestDetails

Details of the request to create S3 data access from the Amazon S3 bucket.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end

#export_asset_to_signed_urlTypes::ExportAssetToSignedUrlRequestDetails

Details about the export to signed URL request.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end

#export_assets_to_s3Types::ExportAssetsToS3RequestDetails

Details about the export to Amazon S3 request.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end

#export_revisions_to_s3Types::ExportRevisionsToS3RequestDetails

Details about the export to Amazon S3 request.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end

#import_asset_from_api_gateway_apiTypes::ImportAssetFromApiGatewayApiRequestDetails

Details about the import from signed URL request.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end

#import_asset_from_signed_urlTypes::ImportAssetFromSignedUrlRequestDetails

Details about the import from Amazon S3 request.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end

#import_assets_from_lake_formation_tag_policyTypes::ImportAssetsFromLakeFormationTagPolicyRequestDetails

Request details for the ImportAssetsFromLakeFormationTagPolicy job.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end

#import_assets_from_redshift_data_sharesTypes::ImportAssetsFromRedshiftDataSharesRequestDetails

Details from an import from Amazon Redshift datashare request.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end

#import_assets_from_s3Types::ImportAssetsFromS3RequestDetails

Details about the import asset from API Gateway API request.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2614

class RequestDetails < Struct.new(
  :export_asset_to_signed_url,
  :export_assets_to_s3,
  :export_revisions_to_s3,
  :import_asset_from_signed_url,
  :import_assets_from_s3,
  :import_assets_from_redshift_data_shares,
  :import_asset_from_api_gateway_api,
  :create_s3_data_access_from_s3_bucket,
  :import_assets_from_lake_formation_tag_policy)
  SENSITIVE = []
  include Aws::Structure
end