Class: Aws::QuickSight::Types::ThemeVersionSummary

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

Overview

The theme version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the theme version.

Returns:

  • (String)


29559
29560
29561
29562
29563
29564
29565
29566
29567
# File 'lib/aws-sdk-quicksight/types.rb', line 29559

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

#created_timeTime

The date and time that this theme version was created.

Returns:

  • (Time)


29559
29560
29561
29562
29563
29564
29565
29566
29567
# File 'lib/aws-sdk-quicksight/types.rb', line 29559

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

#descriptionString

The description of the theme version.

Returns:

  • (String)


29559
29560
29561
29562
29563
29564
29565
29566
29567
# File 'lib/aws-sdk-quicksight/types.rb', line 29559

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

#statusString

The status of the theme version.

Returns:

  • (String)


29559
29560
29561
29562
29563
29564
29565
29566
29567
# File 'lib/aws-sdk-quicksight/types.rb', line 29559

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

#version_numberInteger

The version number of the theme version.

Returns:

  • (Integer)


29559
29560
29561
29562
29563
29564
29565
29566
29567
# File 'lib/aws-sdk-quicksight/types.rb', line 29559

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