Struct aws_sdk_quicksight::model::TemplateVersionSummary
source · [−]#[non_exhaustive]pub struct TemplateVersionSummary {
pub arn: Option<String>,
pub version_number: Option<i64>,
pub created_time: Option<DateTime>,
pub status: Option<ResourceStatus>,
pub description: Option<String>,
}Expand description
The template version.
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.arn: Option<String>The Amazon Resource Name (ARN) of the template version.
version_number: Option<i64>The version number of the template version.
created_time: Option<DateTime>The time that this template version was created.
status: Option<ResourceStatus>The status of the template version.
description: Option<String>The description of the template version.
Implementations
The version number of the template version.
The time that this template version was created.
The status of the template version.
The description of the template version.
Creates a new builder-style object to manufacture TemplateVersionSummary
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 TemplateVersionSummary
impl Send for TemplateVersionSummary
impl Sync for TemplateVersionSummary
impl Unpin for TemplateVersionSummary
impl UnwindSafe for TemplateVersionSummary
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