Class: Aws::QuickSight::Types::DescribeThemeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameString

The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword ‘$LATEST` in the `AliasName` parameter. The keyword `$PUBLISHED` doesn’t apply to themes.

Returns:

  • (String)


14284
14285
14286
14287
14288
14289
14290
14291
# File 'lib/aws-sdk-quicksight/types.rb', line 14284

class DescribeThemeRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :version_number,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the theme that you’re describing.

Returns:

  • (String)


14284
14285
14286
14287
14288
14289
14290
14291
# File 'lib/aws-sdk-quicksight/types.rb', line 14284

class DescribeThemeRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :version_number,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end

#theme_idString

The ID for the theme.

Returns:

  • (String)


14284
14285
14286
14287
14288
14289
14290
14291
# File 'lib/aws-sdk-quicksight/types.rb', line 14284

class DescribeThemeRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :version_number,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number for the version to describe. If a ‘VersionNumber` parameter value isn’t provided, the latest version of the theme is described.

Returns:

  • (Integer)


14284
14285
14286
14287
14288
14289
14290
14291
# File 'lib/aws-sdk-quicksight/types.rb', line 14284

class DescribeThemeRequest < Struct.new(
  :aws_account_id,
  :theme_id,
  :version_number,
  :alias_name)
  SENSITIVE = []
  include Aws::Structure
end