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

Class: Aws::QuickSight::Types::Theme

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

Overview

Summary information about a theme.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the theme.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the theme.

#created_timeTime

The date and time that the theme was created.

Returns:

  • (Time)

    The date and time that the theme was created.

#last_updated_timeTime

The date and time that the theme was last updated.

Returns:

  • (Time)

    The date and time that the theme was last updated.

#nameString

The name that the user gives to the theme.

Returns:

  • (String)

    The name that the user gives to the theme.

#theme_idString

The identifier that the user gives to the theme.

Returns:

  • (String)

    The identifier that the user gives to the theme.

#typeString

The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

Possible values:

  • QUICKSIGHT
  • CUSTOM
  • ALL

Returns:

  • (String)

    The type of theme, based on how it was created.

#versionTypes::ThemeVersion

A version of a theme.

Returns: