Struct aws_sdk_dataexchange::input::UpdateRevisionInput
source · [−]#[non_exhaustive]pub struct UpdateRevisionInput {
pub comment: Option<String>,
pub data_set_id: Option<String>,
pub finalized: bool,
pub revision_id: Option<String>,
}Expand description
The request body for UpdateRevision.
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.comment: Option<String>An optional comment about the revision.
data_set_id: Option<String>The unique identifier for a data set.
finalized: boolFinalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
revision_id: Option<String>The unique identifier for a revision.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRevision, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRevision, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateRevision>
Creates a new builder-style object to manufacture UpdateRevisionInput
The unique identifier for a data set.
Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
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 UpdateRevisionInput
impl Send for UpdateRevisionInput
impl Sync for UpdateRevisionInput
impl Unpin for UpdateRevisionInput
impl UnwindSafe for UpdateRevisionInput
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