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

Class: Aws::QuickSight::Types::ThemeVersionSummary

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

Overview

The theme version.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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

#created_timeTime

The date and time that this theme version was created.

Returns:

  • (Time)

    The date and time that this theme version was created.

#descriptionString

The description of the theme version.

Returns:

  • (String)

    The description of the theme version.

#statusString

The status of the theme version.

Possible values:

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

Returns:

  • (String)

    The status of the theme version.

#version_numberInteger

The version number of the theme version.

Returns:

  • (Integer)

    The version number of the theme version.