Class: Aws::QuickSight::Types::TemplateVersion

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

Overview

A version of a template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ Time

The time that this template version was created.

Returns:

  • (Time)


45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_configurations ⇒ Array<Types::DataSetConfiguration>

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

Returns:



45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the template.

Returns:

  • (String)


45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#errors ⇒ Array<Types::TemplateError>

Errors associated with this template version.

Returns:



45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#sheets ⇒ Array<Types::Sheet>

A list of the associated sheets with the unique identifier and name of each sheet.

Returns:



45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#source_entity_arn ⇒ String

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

Returns:

  • (String)


45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status that is associated with the template.

  • CREATION_IN_PROGRESS

  • CREATION_SUCCESSFUL

  • CREATION_FAILED

  • UPDATE_IN_PROGRESS

  • UPDATE_SUCCESSFUL

  • UPDATE_FAILED

  • DELETED

Returns:

  • (String)


45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#theme_arn ⇒ String

The ARN of the theme associated with this version of the template.

Returns:

  • (String)


45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#topic_configurations ⇒ Array<Types::TopicConfiguration>

Schema of the topic identified by the placeholder. Any dashboard created from this template should be bound to new topics matching the same schema described through this API operation.

Returns:



45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#version_number ⇒ Integer

The version number of the template version.

Returns:

  • (Integer)


45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45063

class TemplateVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :data_set_configurations,
  :topic_configurations,
  :description,
  :source_entity_arn,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end