Class: Aws::QuickSight::Types::TemplateVersionSummary

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

Overview

The template version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the template version.

Returns:

  • (String)


32594
32595
32596
32597
32598
32599
32600
32601
32602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32594

class TemplateVersionSummary < Struct.new(
  :arn,
  :version_number,
  :created_time,
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that this template version was created.

Returns:

  • (Time)


32594
32595
32596
32597
32598
32599
32600
32601
32602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32594

class TemplateVersionSummary < Struct.new(
  :arn,
  :version_number,
  :created_time,
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the template version.

Returns:

  • (String)


32594
32595
32596
32597
32598
32599
32600
32601
32602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32594

class TemplateVersionSummary < Struct.new(
  :arn,
  :version_number,
  :created_time,
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the template version.

Returns:

  • (String)


32594
32595
32596
32597
32598
32599
32600
32601
32602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32594

class TemplateVersionSummary < Struct.new(
  :arn,
  :version_number,
  :created_time,
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number of the template version.

Returns:

  • (Integer)


32594
32595
32596
32597
32598
32599
32600
32601
32602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32594

class TemplateVersionSummary < Struct.new(
  :arn,
  :version_number,
  :created_time,
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end