Class: Aws::QuickSight::Types::AssetBundleExportJobAnalysisOverrideProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Controls how a specific ‘Analysis` resource is parameterized in the returned CloudFormation template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the specific ‘Analysis` resource whose override properties are configured in this structure.

Returns:

  • (String)


1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-quicksight/types.rb', line 1049

class AssetBundleExportJobAnalysisOverrideProperties < Struct.new(
  :arn,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesArray<String>

A list of ‘Analysis` resource properties to generate variables for in the returned CloudFormation template.

Returns:

  • (Array<String>)


1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-quicksight/types.rb', line 1049

class AssetBundleExportJobAnalysisOverrideProperties < Struct.new(
  :arn,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end