Class: Aws::QuickSight::Types::ThemeSummary

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

Overview

The theme summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.



32864
32865
32866
32867
32868
32869
32870
32871
32872
32873
# File 'lib/aws-sdk-quicksight/types.rb', line 32864

class ThemeSummary < Struct.new(
  :arn,
  :name,
  :theme_id,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The date and time that this theme was created.



32864
32865
32866
32867
32868
32869
32870
32871
32872
32873
# File 'lib/aws-sdk-quicksight/types.rb', line 32864

class ThemeSummary < Struct.new(
  :arn,
  :name,
  :theme_id,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The last date and time that this theme was updated.



32864
32865
32866
32867
32868
32869
32870
32871
32872
32873
# File 'lib/aws-sdk-quicksight/types.rb', line 32864

class ThemeSummary < Struct.new(
  :arn,
  :name,
  :theme_id,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_numberInteger

The latest version number for the theme.



32864
32865
32866
32867
32868
32869
32870
32871
32872
32873
# File 'lib/aws-sdk-quicksight/types.rb', line 32864

class ThemeSummary < Struct.new(
  :arn,
  :name,
  :theme_id,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

the display name for the theme.



32864
32865
32866
32867
32868
32869
32870
32871
32872
32873
# File 'lib/aws-sdk-quicksight/types.rb', line 32864

class ThemeSummary < Struct.new(
  :arn,
  :name,
  :theme_id,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#theme_idString

The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.



32864
32865
32866
32867
32868
32869
32870
32871
32872
32873
# File 'lib/aws-sdk-quicksight/types.rb', line 32864

class ThemeSummary < Struct.new(
  :arn,
  :name,
  :theme_id,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end