Struct aws_sdk_dataexchange::input::UpdateAssetInput [−][src]
#[non_exhaustive]pub struct UpdateAssetInput {
pub asset_id: Option<String>,
pub data_set_id: Option<String>,
pub name: Option<String>,
pub revision_id: Option<String>,
}Expand description
The request body for UpdateAsset.
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.asset_id: Option<String>The unique identifier for an asset.
data_set_id: Option<String>The unique identifier for a data set.
name: Option<String>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
revision_id: Option<String>The unique identifier for a revision.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAsset, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAsset, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateAsset>
Creates a new builder-style object to manufacture UpdateAssetInput
The unique identifier for a data set.
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
The unique identifier for a revision.
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 UpdateAssetInput
impl Send for UpdateAssetInput
impl Sync for UpdateAssetInput
impl Unpin for UpdateAssetInput
impl UnwindSafe for UpdateAssetInput
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
