Class: Aws::QuickSight::Types::AssetBundleImportJobVPCConnectionOverrideTags

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 VPC connection IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

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

Returns:



1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1930

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

#vpc_connection_idsArray<String>

A list of VPC connection IDs that you want to apply overrides to. You can use * to override all VPC connections in this asset bundle.

Returns:

  • (Array<String>)


1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1930

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