Class: Aws::QuickSight::Types::AssetBundleExportJobFolderOverrideProperties

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

Overview

Controls how a specific Folder 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 Folder resource whose override properties are configured in this structure.

Returns:

  • (String)


1551
1552
1553
1554
1555
1556
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1551

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

#propertiesArray<String>

A list of Folder resource properties to generate variables for in the returned CloudFormation template.

Returns:

  • (Array<String>)


1551
1552
1553
1554
1555
1556
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1551

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