Struct aws_sdk_dataexchange::input::CreateRevisionInput
source · [−]#[non_exhaustive]pub struct CreateRevisionInput {
pub comment: Option<String>,
pub data_set_id: Option<String>,
pub tags: Option<HashMap<String, String>>,
}Expand description
The request body for CreateRevision.
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.
A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateRevision, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateRevision, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateRevision>
Creates a new builder-style object to manufacture CreateRevisionInput
The unique identifier for a data set.
A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
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 CreateRevisionInput
impl Send for CreateRevisionInput
impl Sync for CreateRevisionInput
impl Unpin for CreateRevisionInput
impl UnwindSafe for CreateRevisionInput
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