Class: Aws::QuickSight::Types::DeleteTemplateAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteTemplateAliasResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
10878 10879 10880 10881 10882 10883 10884 10885 10886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10878 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.
10878 10879 10880 10881 10882 10883 10884 10885 10886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10878 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.
10878 10879 10880 10881 10882 10883 10884 10885 10886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10878 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.
10878 10879 10880 10881 10882 10883 10884 10885 10886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10878 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.
10878 10879 10880 10881 10882 10883 10884 10885 10886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10878 class DeleteTemplateAliasResponse < Struct.new( :status, :template_id, :alias_name, :arn, :request_id) SENSITIVE = [] include Aws::Structure end |