Class: Aws::QuickSight::Types::AssetBundleExportJobVPCConnectionOverrideProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleExportJobVPCConnectionOverrideProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Controls how a specific ‘VPCConnection` resource is parameterized in the outputted CloudFormation template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the specific ‘VPCConnection` resource whose override properties are configured in this structure.
-
#properties ⇒ Array<String>
A list of ‘VPCConnection` resource properties to generate variables for in the returned CloudFormation template.
Instance Attribute Details
#arn ⇒ String
The ARN of the specific ‘VPCConnection` resource whose override properties are configured in this structure.
1322 1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1322 class AssetBundleExportJobVPCConnectionOverrideProperties < Struct.new( :arn, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<String>
A list of ‘VPCConnection` resource properties to generate variables for in the returned CloudFormation template.
1322 1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1322 class AssetBundleExportJobVPCConnectionOverrideProperties < Struct.new( :arn, :properties) SENSITIVE = [] include Aws::Structure end |