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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A version of a theme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45541

class ThemeVersion < Struct.new(
  :version_number,
  :arn,
  :description,
  :base_theme_id,
  :created_time,
  :configuration,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#base_theme_id ⇒ String

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

Returns:

  • (String)


45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45541

class ThemeVersion < Struct.new(
  :version_number,
  :arn,
  :description,
  :base_theme_id,
  :created_time,
  :configuration,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#configuration ⇒ Types::ThemeConfiguration

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



45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45541

class ThemeVersion < Struct.new(
  :version_number,
  :arn,
  :description,
  :base_theme_id,
  :created_time,
  :configuration,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_time ⇒ Time

The date and time that this theme version was created.

Returns:

  • (Time)


45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45541

class ThemeVersion < Struct.new(
  :version_number,
  :arn,
  :description,
  :base_theme_id,
  :created_time,
  :configuration,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the theme.

Returns:

  • (String)


45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45541

class ThemeVersion < Struct.new(
  :version_number,
  :arn,
  :description,
  :base_theme_id,
  :created_time,
  :configuration,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#errors ⇒ Array<Types::ThemeError>

Errors associated with the theme.

Returns:



45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45541

class ThemeVersion < Struct.new(
  :version_number,
  :arn,
  :description,
  :base_theme_id,
  :created_time,
  :configuration,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the theme version.

Returns:

  • (String)


45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45541

class ThemeVersion < Struct.new(
  :version_number,
  :arn,
  :description,
  :base_theme_id,
  :created_time,
  :configuration,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#version_number ⇒ Integer

The version number of the theme.

Returns:

  • (Integer)


45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45541

class ThemeVersion < Struct.new(
  :version_number,
  :arn,
  :description,
  :base_theme_id,
  :created_time,
  :configuration,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end