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)


31077
31078
31079
31080
31081
31082
31083
31084
31085
# File 'lib/aws-sdk-quicksight/types.rb', line 31077

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)


31077
31078
31079
31080
31081
31082
31083
31084
31085
# File 'lib/aws-sdk-quicksight/types.rb', line 31077

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)


31077
31078
31079
31080
31081
31082
31083
31084
31085
# File 'lib/aws-sdk-quicksight/types.rb', line 31077

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)


31077
31078
31079
31080
31081
31082
31083
31084
31085
# File 'lib/aws-sdk-quicksight/types.rb', line 31077

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)


31077
31078
31079
31080
31081
31082
31083
31084
31085
# File 'lib/aws-sdk-quicksight/types.rb', line 31077

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