You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::TemplateVersionSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The template version.

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the template version.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the template version.

#created_time ⇒ Time

The time that this template version was created.

Returns:

  • (Time) —

    The time that this template version was created.

#description ⇒ String

The description of the template version.

Returns:

  • (String) —

    The description of the template version.

#status ⇒ String

The status of the template version.

Possible values:

  • CREATION_IN_PROGRESS
  • CREATION_SUCCESSFUL
  • CREATION_FAILED
  • UPDATE_IN_PROGRESS
  • UPDATE_SUCCESSFUL
  • UPDATE_FAILED
  • DELETED

Returns:

  • (String) —

    The status of the template version.

#version_number ⇒ Integer

The version number of the template version.

Returns:

  • (Integer) —

    The version number of the template version.