Struct aws_sdk_dataexchange::input::CreateDataSetInput
source · [−]#[non_exhaustive]pub struct CreateDataSetInput {
pub asset_type: Option<AssetType>,
pub description: Option<String>,
pub name: Option<String>,
pub tags: Option<HashMap<String, String>>,
}Expand description
The request body for CreateDataSet.
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_type: Option<AssetType>The type of asset that is added to a data set.
description: Option<String>A description for the data set. This value can be up to 16,348 characters long.
name: Option<String>The name of the data set.
A data set tag is an optional label that you can assign to a data set 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<CreateDataSet, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDataSet, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateDataSet>
Creates a new builder-style object to manufacture CreateDataSetInput
The type of asset that is added to a data set.
A description for the data set. This value can be up to 16,348 characters long.
A data set tag is an optional label that you can assign to a data set 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 CreateDataSetInput
impl Send for CreateDataSetInput
impl Sync for CreateDataSetInput
impl Unpin for CreateDataSetInput
impl UnwindSafe for CreateDataSetInput
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