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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28730

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)


28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28730

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)


28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28730

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)


28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28730

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)


28730
28731
28732
28733
28734
28735
28736
28737
28738
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28730

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