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

#arn ⇒ String

The Amazon Resource Name (ARN) of the theme.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the theme.

#created_time ⇒ Time

The date and time that the theme was created.

Returns:

  • (Time) —

    The date and time that the theme was created.

#last_updated_time ⇒ Time

The date and time that the theme was last updated.

Returns:

  • (Time) —

    The date and time that the theme was last updated.

#name ⇒ String

The name that the user gives to the theme.

Returns:

  • (String) —

    The name that the user gives to the theme.

#theme_id ⇒ String

The identifier that the user gives to the theme.

Returns:

  • (String) —

    The identifier that the user gives to the theme.

#type ⇒ String

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.

#version ⇒ Types::ThemeVersion

A version of a theme.

Returns: