You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::TemplateSourceEntity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TemplateSourceEntity as input to an Aws::Client method, you can use a vanilla Hash:

{
  source_analysis: {
    arn: "Arn", # required
    data_set_references: [ # required
      {
        data_set_placeholder: "NonEmptyString", # required
        data_set_arn: "Arn", # required
      },
    ],
  },
  source_template: {
    arn: "Arn", # required
  },
}

The source entity of the template.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#source_analysisTypes::TemplateSourceAnalysis

The source analysis, if it is based on an analysis.

Returns:

#source_templateTypes::TemplateSourceTemplate

The source template, if it is based on an template.

Returns: