Class: Aws::QuickSight::Types::AssetBundleImportJobVPCConnectionOverrideTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobVPCConnectionOverrideTags
- 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
-
#tags ⇒ Array<Types::Tag>
A list of tags for the VPC connections that you want to apply overrides to.
-
#vpc_connection_ids ⇒ Array<String>
A list of VPC connection IDs that you want to apply overrides to.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tags for the VPC connections that you want to apply overrides to.
2539 2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2539 class AssetBundleImportJobVPCConnectionOverrideTags < Struct.new( :vpc_connection_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_ids ⇒ Array<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.
2539 2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2539 class AssetBundleImportJobVPCConnectionOverrideTags < Struct.new( :vpc_connection_ids, :tags) SENSITIVE = [] include Aws::Structure end |