Class: Aws::QuickSight::Types::DeleteThemeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the theme that you're deleting.

Returns:

  • (String)


10290
10291
10292
10293
10294
10295
10296
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10290

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

#theme_idString

An ID for the theme that you want to delete.

Returns:

  • (String)


10290
10291
10292
10293
10294
10295
10296
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10290

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

#version_numberInteger

The version of the theme that you want to delete.

Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

Returns:

  • (Integer)


10290
10291
10292
10293
10294
10295
10296
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10290

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