Class: Aws::QuickSight::Types::TemplateVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TemplateVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The template version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the template version.
-
#created_time ⇒ Time
The time that this template version was created.
-
#description ⇒ String
The description of the template version.
-
#status ⇒ String
The status of the template version.
-
#version_number ⇒ Integer
The version number of the template version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the template version.
30720 30721 30722 30723 30724 30725 30726 30727 30728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class TemplateVersionSummary < Struct.new( :arn, :version_number, :created_time, :status, :description) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that this template version was created.
30720 30721 30722 30723 30724 30725 30726 30727 30728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class TemplateVersionSummary < Struct.new( :arn, :version_number, :created_time, :status, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the template version.
30720 30721 30722 30723 30724 30725 30726 30727 30728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class TemplateVersionSummary < Struct.new( :arn, :version_number, :created_time, :status, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the template version.
30720 30721 30722 30723 30724 30725 30726 30727 30728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class TemplateVersionSummary < Struct.new( :arn, :version_number, :created_time, :status, :description) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the template version.
30720 30721 30722 30723 30724 30725 30726 30727 30728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class TemplateVersionSummary < Struct.new( :arn, :version_number, :created_time, :status, :description) SENSITIVE = [] include Aws::Structure end |