Struct aws_sdk_dataexchange::model::ResponseDetails
source · [−]#[non_exhaustive]pub struct ResponseDetails {
pub export_asset_to_signed_url: Option<ExportAssetToSignedUrlResponseDetails>,
pub export_assets_to_s3: Option<ExportAssetsToS3ResponseDetails>,
pub export_revisions_to_s3: Option<ExportRevisionsToS3ResponseDetails>,
pub import_asset_from_signed_url: Option<ImportAssetFromSignedUrlResponseDetails>,
pub import_assets_from_s3: Option<ImportAssetsFromS3ResponseDetails>,
pub import_assets_from_redshift_data_shares: Option<ImportAssetsFromRedshiftDataSharesResponseDetails>,
pub import_asset_from_api_gateway_api: Option<ImportAssetFromApiGatewayApiResponseDetails>,
}Expand description
Details for the response.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.export_asset_to_signed_url: Option<ExportAssetToSignedUrlResponseDetails>Details for the export to signed URL response.
export_assets_to_s3: Option<ExportAssetsToS3ResponseDetails>Details for the export to Amazon S3 response.
export_revisions_to_s3: Option<ExportRevisionsToS3ResponseDetails>Details for the export revisions to Amazon S3 response.
import_asset_from_signed_url: Option<ImportAssetFromSignedUrlResponseDetails>Details for the import from signed URL response.
import_assets_from_s3: Option<ImportAssetsFromS3ResponseDetails>Details for the import from Amazon S3 response.
Details from an import from Amazon Redshift datashare response.
import_asset_from_api_gateway_api: Option<ImportAssetFromApiGatewayApiResponseDetails>The response details.
Implementations
Details for the export to signed URL response.
Details for the export to Amazon S3 response.
Details for the export revisions to Amazon S3 response.
pub fn import_asset_from_signed_url(
&self
) -> Option<&ImportAssetFromSignedUrlResponseDetails>
pub fn import_asset_from_signed_url(
&self
) -> Option<&ImportAssetFromSignedUrlResponseDetails>
Details for the import from signed URL response.
Details for the import from Amazon S3 response.
Details from an import from Amazon Redshift datashare response.
pub fn import_asset_from_api_gateway_api(
&self
) -> Option<&ImportAssetFromApiGatewayApiResponseDetails>
pub fn import_asset_from_api_gateway_api(
&self
) -> Option<&ImportAssetFromApiGatewayApiResponseDetails>
The response details.
Creates a new builder-style object to manufacture ResponseDetails
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ResponseDetails
impl Send for ResponseDetails
impl Sync for ResponseDetails
impl Unpin for ResponseDetails
impl UnwindSafe for ResponseDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more