Class: Aws::DataExchange::Types::ResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ResponseDetails
- 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
-
#export_asset_to_signed_url ⇒ Types::ExportAssetToSignedUrlResponseDetails
Details for the export to signed URL response.
-
#export_assets_to_s3 ⇒ Types::ExportAssetsToS3ResponseDetails
Details for the export to Amazon S3 response.
-
#export_revisions_to_s3 ⇒ Types::ExportRevisionsToS3ResponseDetails
Details for the export revisions to Amazon S3 response.
-
#import_asset_from_api_gateway_api ⇒ Types::ImportAssetFromApiGatewayApiResponseDetails
The response details.
-
#import_asset_from_signed_url ⇒ Types::ImportAssetFromSignedUrlResponseDetails
Details for the import from signed URL response.
-
#import_assets_from_redshift_data_shares ⇒ Types::ImportAssetsFromRedshiftDataSharesResponseDetails
Details from an import from Amazon Redshift datashare response.
-
#import_assets_from_s3 ⇒ Types::ImportAssetsFromS3ResponseDetails
Details for the import from Amazon S3 response.
Instance Attribute Details
#export_asset_to_signed_url ⇒ Types::ExportAssetToSignedUrlResponseDetails
Details for the export to signed URL response.
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2684 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) SENSITIVE = [] include Aws::Structure end |
#export_assets_to_s3 ⇒ Types::ExportAssetsToS3ResponseDetails
Details for the export to Amazon S3 response.
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2684 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) SENSITIVE = [] include Aws::Structure end |
#export_revisions_to_s3 ⇒ Types::ExportRevisionsToS3ResponseDetails
Details for the export revisions to Amazon S3 response.
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2684 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) SENSITIVE = [] include Aws::Structure end |
#import_asset_from_api_gateway_api ⇒ Types::ImportAssetFromApiGatewayApiResponseDetails
The response details.
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2684 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) SENSITIVE = [] include Aws::Structure end |
#import_asset_from_signed_url ⇒ Types::ImportAssetFromSignedUrlResponseDetails
Details for the import from signed URL response.
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2684 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) SENSITIVE = [] include Aws::Structure end |
#import_assets_from_redshift_data_shares ⇒ Types::ImportAssetsFromRedshiftDataSharesResponseDetails
Details from an import from Amazon Redshift datashare response.
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2684 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) SENSITIVE = [] include Aws::Structure end |
#import_assets_from_s3 ⇒ Types::ImportAssetsFromS3ResponseDetails
Details for the import from Amazon S3 response.
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2684 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) SENSITIVE = [] include Aws::Structure end |