Class: Aws::QuickSight::Types::DeleteTemplateAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteTemplateAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The name for the template alias.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the template you want to delete.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#template_id ⇒ String
An ID for the template associated with the deletion.
Instance Attribute Details
#alias_name ⇒ String
The name for the template alias.
10712 10713 10714 10715 10716 10717 10718 10719 10720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10712 class DeleteTemplateAliasResponse < Struct.new( :status, :template_id, :alias_name, :arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the template you want to delete.
10712 10713 10714 10715 10716 10717 10718 10719 10720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10712 class DeleteTemplateAliasResponse < Struct.new( :status, :template_id, :alias_name, :arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
10712 10713 10714 10715 10716 10717 10718 10719 10720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10712 class DeleteTemplateAliasResponse < Struct.new( :status, :template_id, :alias_name, :arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
10712 10713 10714 10715 10716 10717 10718 10719 10720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10712 class DeleteTemplateAliasResponse < Struct.new( :status, :template_id, :alias_name, :arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
An ID for the template associated with the deletion.
10712 10713 10714 10715 10716 10717 10718 10719 10720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10712 class DeleteTemplateAliasResponse < Struct.new( :status, :template_id, :alias_name, :arn, :request_id) SENSITIVE = [] include Aws::Structure end |