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

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


28194
28195
28196
28197
28198
28199
28200
28201
28202
28203
28204
28205
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28194

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

#base_theme_idString

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

Returns:

  • (String)


28194
28195
28196
28197
28198
28199
28200
28201
28202
28203
28204
28205
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28194

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

#configurationTypes::ThemeConfiguration

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



28194
28195
28196
28197
28198
28199
28200
28201
28202
28203
28204
28205
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28194

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

#created_timeTime

The date and time that this theme version was created.

Returns:

  • (Time)


28194
28195
28196
28197
28198
28199
28200
28201
28202
28203
28204
28205
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28194

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

#descriptionString

The description of the theme.

Returns:

  • (String)


28194
28195
28196
28197
28198
28199
28200
28201
28202
28203
28204
28205
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28194

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

#errorsArray<Types::ThemeError>

Errors associated with the theme.

Returns:



28194
28195
28196
28197
28198
28199
28200
28201
28202
28203
28204
28205
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28194

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

#statusString

The status of the theme version.

Returns:

  • (String)


28194
28195
28196
28197
28198
28199
28200
28201
28202
28203
28204
28205
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28194

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

#version_numberInteger

The version number of the theme.

Returns:

  • (Integer)


28194
28195
28196
28197
28198
28199
28200
28201
28202
28203
28204
28205
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28194

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