Class: Aws::QuickSight::Types::AssetBundleExportJobDashboardOverrideProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleExportJobDashboardOverrideProperties
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Controls how a specific Dashboard
resource is parameterized in the
returned CloudFormation template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the specific
Dashboard
resource whose override properties are configured in this structure. -
#properties ⇒ Array<String>
A list of
Dashboard
resource properties to generate variables for in the returned CloudFormation template.
Instance Attribute Details
#arn ⇒ String
The ARN of the specific Dashboard
resource whose override
properties are configured in this structure.
933 934 935 936 937 938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 933 class AssetBundleExportJobDashboardOverrideProperties < Struct.new( :arn, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<String>
A list of Dashboard
resource properties to generate variables for
in the returned CloudFormation template.
933 934 935 936 937 938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 933 class AssetBundleExportJobDashboardOverrideProperties < Struct.new( :arn, :properties) SENSITIVE = [] include Aws::Structure end |