Class: Aws::QuickSight::Types::AssetBundleImportJobDashboardOverrideTags

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

Overview

An object that contains a list of tags to be assigned to a list of dashboard IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_idsArray<String>

A list of dashboard IDs that you want to apply overrides to. You can use ‘*` to override all dashboards in this asset bundle.

Returns:

  • (Array<String>)


1442
1443
1444
1445
1446
1447
# File 'lib/aws-sdk-quicksight/types.rb', line 1442

class AssetBundleImportJobDashboardOverrideTags < Struct.new(
  :dashboard_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags for the dashboards that you want to apply overrides to.

Returns:



1442
1443
1444
1445
1446
1447
# File 'lib/aws-sdk-quicksight/types.rb', line 1442

class AssetBundleImportJobDashboardOverrideTags < Struct.new(
  :dashboard_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end