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)


29737
29738
29739
29740
29741
29742
29743
29744
29745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29737

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)


29737
29738
29739
29740
29741
29742
29743
29744
29745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29737

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)


29737
29738
29739
29740
29741
29742
29743
29744
29745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29737

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)


29737
29738
29739
29740
29741
29742
29743
29744
29745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29737

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)


29737
29738
29739
29740
29741
29742
29743
29744
29745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29737

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