Class: Aws::QuickSight::Types::Template

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

Overview

A template object. A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create a dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with an analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

You can share templates across Amazon Web Services accounts by allowing users in other Amazon Web Services accounts to create a template or a dashboard from an existing template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the template.

Returns:

  • (String)


27555
27556
27557
27558
27559
27560
27561
27562
27563
27564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27555

class Template < Struct.new(
  :arn,
  :name,
  :version,
  :template_id,
  :last_updated_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

Time when this was created.

Returns:

  • (Time)


27555
27556
27557
27558
27559
27560
27561
27562
27563
27564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27555

class Template < Struct.new(
  :arn,
  :name,
  :version,
  :template_id,
  :last_updated_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

Time when this was last updated.

Returns:

  • (Time)


27555
27556
27557
27558
27559
27560
27561
27562
27563
27564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27555

class Template < Struct.new(
  :arn,
  :name,
  :version,
  :template_id,
  :last_updated_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the template.

Returns:

  • (String)


27555
27556
27557
27558
27559
27560
27561
27562
27563
27564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27555

class Template < Struct.new(
  :arn,
  :name,
  :version,
  :template_id,
  :last_updated_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

Returns:

  • (String)


27555
27556
27557
27558
27559
27560
27561
27562
27563
27564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27555

class Template < Struct.new(
  :arn,
  :name,
  :version,
  :template_id,
  :last_updated_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#versionTypes::TemplateVersion

A structure describing the versions of the template.



27555
27556
27557
27558
27559
27560
27561
27562
27563
27564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27555

class Template < Struct.new(
  :arn,
  :name,
  :version,
  :template_id,
  :last_updated_time,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end