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.
11404 11405 11406 11407 11408 11409 11410 11411 11412 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11404 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.
11404 11405 11406 11407 11408 11409 11410 11411 11412 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11404 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.
11404 11405 11406 11407 11408 11409 11410 11411 11412 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11404 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.
11404 11405 11406 11407 11408 11409 11410 11411 11412 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11404 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.
11404 11405 11406 11407 11408 11409 11410 11411 11412 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11404 class DeleteTemplateAliasResponse < Struct.new( :status, :template_id, :alias_name, :arn, :request_id) SENSITIVE = [] include Aws::Structure end |