Struct aws_sdk_quicksight::operation::describe_template_definition::DescribeTemplateDefinitionOutput
source · #[non_exhaustive]pub struct DescribeTemplateDefinitionOutput {
pub name: Option<String>,
pub template_id: Option<String>,
pub errors: Option<Vec<TemplateError>>,
pub resource_status: Option<ResourceStatus>,
pub theme_arn: Option<String>,
pub definition: Option<TemplateVersionDefinition>,
pub status: i32,
pub request_id: Option<String>,
/* private fields */
}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.name: Option<String>The descriptive name of the template.
template_id: Option<String>The ID of the template described.
errors: Option<Vec<TemplateError>>Errors associated with the template version.
resource_status: Option<ResourceStatus>Status associated with the template.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
theme_arn: Option<String>The ARN of the theme of the template.
definition: Option<TemplateVersionDefinition>The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
status: i32The HTTP status of the request.
request_id: Option<String>The Amazon Web Services request ID for this operation.
Implementations§
source§impl DescribeTemplateDefinitionOutput
impl DescribeTemplateDefinitionOutput
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
The ID of the template described.
sourcepub fn errors(&self) -> &[TemplateError]
pub fn errors(&self) -> &[TemplateError]
Errors associated with the template version.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .errors.is_none().
sourcepub fn resource_status(&self) -> Option<&ResourceStatus>
pub fn resource_status(&self) -> Option<&ResourceStatus>
Status associated with the template.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
sourcepub fn definition(&self) -> Option<&TemplateVersionDefinition>
pub fn definition(&self) -> Option<&TemplateVersionDefinition>
The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
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 DescribeTemplateDefinitionOutput
impl DescribeTemplateDefinitionOutput
sourcepub fn builder() -> DescribeTemplateDefinitionOutputBuilder
pub fn builder() -> DescribeTemplateDefinitionOutputBuilder
Creates a new builder-style object to manufacture DescribeTemplateDefinitionOutput.
Trait Implementations§
source§impl Clone for DescribeTemplateDefinitionOutput
impl Clone for DescribeTemplateDefinitionOutput
source§fn clone(&self) -> DescribeTemplateDefinitionOutput
fn clone(&self) -> DescribeTemplateDefinitionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for DescribeTemplateDefinitionOutput
impl PartialEq for DescribeTemplateDefinitionOutput
source§fn eq(&self, other: &DescribeTemplateDefinitionOutput) -> bool
fn eq(&self, other: &DescribeTemplateDefinitionOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeTemplateDefinitionOutput
impl RequestId for DescribeTemplateDefinitionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.