Class: Aws::QuickSight::Types::AssetBundleExportJobRefreshScheduleOverrideProperties

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

Overview

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

Returns:

  • (String)


1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1025

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

#propertiesArray<String>

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

Returns:

  • (Array<String>)


1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1025

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