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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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>)


1336
1337
1338
1339
1340
1341
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1336

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:



1336
1337
1338
1339
1340
1341
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1336

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