Struct aws_sdk_quicksight::output::CreateTemplateOutput
source · #[non_exhaustive]pub struct CreateTemplateOutput { /* private fields */ }Implementations§
source§impl CreateTemplateOutput
impl CreateTemplateOutput
sourcepub fn version_arn(&self) -> Option<&str>
pub fn version_arn(&self) -> Option<&str>
The ARN for the template, including the version information of the first version.
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
The ID of the template.
sourcepub fn creation_status(&self) -> Option<&ResourceStatus>
pub fn creation_status(&self) -> Option<&ResourceStatus>
The template creation status.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl CreateTemplateOutput
impl CreateTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTemplateOutput.
Trait Implementations§
source§impl Clone for CreateTemplateOutput
impl Clone for CreateTemplateOutput
source§fn clone(&self) -> CreateTemplateOutput
fn clone(&self) -> CreateTemplateOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more