Struct aws_sdk_quicksight::input::CreateTemplateAliasInput
source · [−]#[non_exhaustive]pub struct CreateTemplateAliasInput {
pub aws_account_id: Option<String>,
pub template_id: Option<String>,
pub alias_name: Option<String>,
pub template_version_number: Option<i64>,
}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.aws_account_id: Option<String>The ID of the Amazon Web Services account that contains the template that you creating an alias for.
template_id: Option<String>An ID for the template.
alias_name: Option<String>The name that you want to give to the template alias that you're creating. Don't start the alias name with the $ character. Alias names that start with $ are reserved by Amazon QuickSight.
template_version_number: Option<i64>The version number of the template.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTemplateAlias, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTemplateAlias, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateTemplateAlias>
Creates a new builder-style object to manufacture CreateTemplateAliasInput
The ID of the Amazon Web Services account that contains the template that you creating an alias for.
An ID for the template.
The name that you want to give to the template alias that you're creating. Don't start the alias name with the $ character. Alias names that start with $ are reserved by Amazon QuickSight.
The version number of the template.
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 CreateTemplateAliasInput
impl Send for CreateTemplateAliasInput
impl Sync for CreateTemplateAliasInput
impl Unpin for CreateTemplateAliasInput
impl UnwindSafe for CreateTemplateAliasInput
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