Class: Aws::QuickSight::Types::AssetBundleExportJobVPCConnectionOverrideProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleExportJobVPCConnectionOverrideProperties
- Defined in:
- gems/aws-sdk-quicksight/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
VPCConnectionresource whose override properties are configured in this structure. -
#properties ⇒ Array<String>
A list of
VPCConnectionresource 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.
1687 1688 1689 1690 1691 1692 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1687 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.
1687 1688 1689 1690 1691 1692 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1687 class AssetBundleExportJobVPCConnectionOverrideProperties < Struct.new( :arn, :properties) SENSITIVE = [] include Aws::Structure end |