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

Class: Aws::QuickSight::Types::AnalysisSourceTemplate

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

Overview

Note:

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

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

The source template of an analysis.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the source template of an analysis.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the source template of an analysis.

#data_set_referencesArray<Types::DataSetReference>

The dataset references of the source template of an analysis.

Returns: