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

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

Overview

The theme summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


45492
45493
45494
45495
45496
45497
45498
45499
45500
45501
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45492

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

#created_time ⇒ Time

The date and time that this theme was created.

Returns:

  • (Time)


45492
45493
45494
45495
45496
45497
45498
45499
45500
45501
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45492

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

#last_updated_time ⇒ Time

The last date and time that this theme was updated.

Returns:

  • (Time)


45492
45493
45494
45495
45496
45497
45498
45499
45500
45501
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45492

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

#latest_version_number ⇒ Integer

The latest version number for the theme.

Returns:

  • (Integer)


45492
45493
45494
45495
45496
45497
45498
45499
45500
45501
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45492

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

#name ⇒ String

the display name for the theme.

Returns:

  • (String)


45492
45493
45494
45495
45496
45497
45498
45499
45500
45501
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45492

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

#theme_id ⇒ String

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

Returns:

  • (String)


45492
45493
45494
45495
45496
45497
45498
45499
45500
45501
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45492

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