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

Class: Aws::QuickSight::Types::ThemeVersion

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

Overview

A version of a theme.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource.

#base_theme_idString

The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default QuickSight theme.

Returns:

  • (String)

    The Amazon QuickSight-defined ID of the theme that a custom theme inherits from.

#configurationTypes::ThemeConfiguration

The theme configuration, which contains all the theme display properties.

Returns:

#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.

Returns:

  • (String)

    The description of the theme.

#errorsArray<Types::ThemeError>

Errors associated with the theme.

Returns:

#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.

Returns:

  • (Integer)

    The version number of the theme.