Struct aws_sdk_quicksight::input::DeleteTemplateInput
source · [−]#[non_exhaustive]pub struct DeleteTemplateInput {
pub aws_account_id: Option<String>,
pub template_id: Option<String>,
pub 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're deleting.
template_id: Option<String>An ID for the template you want to delete.
version_number: Option<i64>Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions of the template.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTemplate, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTemplate, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteTemplate>
Creates a new builder-style object to manufacture DeleteTemplateInput
The ID of the Amazon Web Services account that contains the template that you're deleting.
An ID for the template you want to delete.
Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions 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 DeleteTemplateInput
impl Send for DeleteTemplateInput
impl Sync for DeleteTemplateInput
impl Unpin for DeleteTemplateInput
impl UnwindSafe for DeleteTemplateInput
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