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

#arnString

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

Returns:

  • (String)

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

#created_timeTime

The time that this template version was created.

Returns:

  • (Time)

    The time that this template version was created.

#descriptionString

The description of the template version.

Returns:

  • (String)

    The description of the template version.

#statusString

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_numberInteger

The version number of the template version.

Returns:

  • (Integer)

    The version number of the template version.