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)


28576
28577
28578
28579
28580
28581
28582
28583
28584
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28576

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)


28576
28577
28578
28579
28580
28581
28582
28583
28584
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28576

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)


28576
28577
28578
28579
28580
28581
28582
28583
28584
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28576

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)


28576
28577
28578
28579
28580
28581
28582
28583
28584
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28576

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)


28576
28577
28578
28579
28580
28581
28582
28583
28584
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28576

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