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

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 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:



2036
2037
2038
2039
2040
2041
# File 'lib/aws-sdk-quicksight/types.rb', line 2036

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


2036
2037
2038
2039
2040
2041
# File 'lib/aws-sdk-quicksight/types.rb', line 2036

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