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

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

Overview

Summary information about a theme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the theme.

Returns:

  • (String)


28374
28375
28376
28377
28378
28379
28380
28381
28382
28383
28384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28374

class Theme < Struct.new(
  :arn,
  :name,
  :theme_id,
  :version,
  :created_time,
  :last_updated_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The date and time that the theme was created.

Returns:

  • (Time)


28374
28375
28376
28377
28378
28379
28380
28381
28382
28383
28384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28374

class Theme < Struct.new(
  :arn,
  :name,
  :theme_id,
  :version,
  :created_time,
  :last_updated_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The date and time that the theme was last updated.

Returns:

  • (Time)


28374
28375
28376
28377
28378
28379
28380
28381
28382
28383
28384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28374

class Theme < Struct.new(
  :arn,
  :name,
  :theme_id,
  :version,
  :created_time,
  :last_updated_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name that the user gives to the theme.

Returns:

  • (String)


28374
28375
28376
28377
28378
28379
28380
28381
28382
28383
28384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28374

class Theme < Struct.new(
  :arn,
  :name,
  :theme_id,
  :version,
  :created_time,
  :last_updated_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#theme_idString

The identifier that the user gives to the theme.

Returns:

  • (String)


28374
28375
28376
28377
28378
28379
28380
28381
28382
28383
28384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28374

class Theme < Struct.new(
  :arn,
  :name,
  :theme_id,
  :version,
  :created_time,
  :last_updated_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


28374
28375
28376
28377
28378
28379
28380
28381
28382
28383
28384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28374

class Theme < Struct.new(
  :arn,
  :name,
  :theme_id,
  :version,
  :created_time,
  :last_updated_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#versionTypes::ThemeVersion

A version of a theme.

Returns:



28374
28375
28376
28377
28378
28379
28380
28381
28382
28383
28384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28374

class Theme < Struct.new(
  :arn,
  :name,
  :theme_id,
  :version,
  :created_time,
  :last_updated_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end