Class: Aws::DataExchange::Types::ResponseDetails

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

Overview

Details for the response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_s3_data_access_from_s3_bucketTypes::CreateS3DataAccessFromS3BucketResponseDetails

Response details from the CreateS3DataAccessFromS3Bucket job.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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::ExportAssetToSignedUrlResponseDetails

Details for the export to signed URL response.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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::ExportAssetsToS3ResponseDetails

Details for the export to Amazon S3 response.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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::ExportRevisionsToS3ResponseDetails

Details for the export revisions to Amazon S3 response.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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::ImportAssetFromApiGatewayApiResponseDetails

The response details.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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::ImportAssetFromSignedUrlResponseDetails

Details for the import from signed URL response.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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::ImportAssetsFromLakeFormationTagPolicyResponseDetails

Response details from the ImportAssetsFromLakeFormationTagPolicy job.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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::ImportAssetsFromRedshiftDataSharesResponseDetails

Details from an import from Amazon Redshift datashare response.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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::ImportAssetsFromS3ResponseDetails

Details for the import from Amazon S3 response.



2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2693

class ResponseDetails < 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