Class: Aws::DataExchange::Types::ResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ResponseDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Details for the response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_s3_data_access_from_s3_bucket ⇒ Types::CreateS3DataAccessFromS3BucketResponseDetails
Response details from the CreateS3DataAccessFromS3Bucket job.
-
#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_lake_formation_tag_policy ⇒ Types::ImportAssetsFromLakeFormationTagPolicyResponseDetails
Response details from the ImportAssetsFromLakeFormationTagPolicy job.
-
#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
#create_s3_data_access_from_s3_bucket ⇒ Types::CreateS3DataAccessFromS3BucketResponseDetails
Response details from the CreateS3DataAccessFromS3Bucket job.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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_url ⇒ Types::ExportAssetToSignedUrlResponseDetails
Details for the export to signed URL response.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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_s3 ⇒ Types::ExportAssetsToS3ResponseDetails
Details for the export to Amazon S3 response.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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_s3 ⇒ Types::ExportRevisionsToS3ResponseDetails
Details for the export revisions to Amazon S3 response.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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_api ⇒ Types::ImportAssetFromApiGatewayApiResponseDetails
The response details.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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_url ⇒ Types::ImportAssetFromSignedUrlResponseDetails
Details for the import from signed URL response.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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_policy ⇒ Types::ImportAssetsFromLakeFormationTagPolicyResponseDetails
Response details from the ImportAssetsFromLakeFormationTagPolicy job.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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_shares ⇒ Types::ImportAssetsFromRedshiftDataSharesResponseDetails
Details from an import from Amazon Redshift datashare response.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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_s3 ⇒ Types::ImportAssetsFromS3ResponseDetails
Details for the import from Amazon S3 response.
3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3306 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 |