Class: Aws::QuickSight::Types::DescribeTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The alias of the template that you want to describe.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the template that you’re describing.
-
#template_id ⇒ String
The ID for the template.
-
#version_number ⇒ Integer
(Optional) The number for the version to describe.
Instance Attribute Details
#alias_name ⇒ String
The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword ‘$LATEST` in the `AliasName` parameter. The keyword `$PUBLISHED` doesn’t apply to templates.
14133 14134 14135 14136 14137 14138 14139 14140 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14133 class DescribeTemplateRequest < Struct.new( :aws_account_id, :template_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the template that you’re describing.
14133 14134 14135 14136 14137 14138 14139 14140 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14133 class DescribeTemplateRequest < Struct.new( :aws_account_id, :template_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template.
14133 14134 14135 14136 14137 14138 14139 14140 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14133 class DescribeTemplateRequest < Struct.new( :aws_account_id, :template_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
(Optional) The number for the version to describe. If a ‘VersionNumber` parameter value isn’t provided, the latest version of the template is described.
14133 14134 14135 14136 14137 14138 14139 14140 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14133 class DescribeTemplateRequest < Struct.new( :aws_account_id, :template_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |