You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteThemeRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  aws_account_id: "AwsAccountId", # required
  theme_id: "RestrictiveResourceId", # required
  version_number: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the AWS account that contains the theme that you\'re deleting.

Returns:

  • (String)

    The ID of the AWS account that contains the theme that you\'re deleting.

#theme_idString

An ID for the theme that you want to delete.

Returns:

  • (String)

    An ID for the theme that you want to delete.

#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)

    The version of the theme that you want to delete.