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.
11540 11541 11542 11543 11544 11545 11546 11547 11548 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11540 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.
11540 11541 11542 11543 11544 11545 11546 11547 11548 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11540 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.
11540 11541 11542 11543 11544 11545 11546 11547 11548 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11540 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.
11540 11541 11542 11543 11544 11545 11546 11547 11548 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11540 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.
11540 11541 11542 11543 11544 11545 11546 11547 11548 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11540 class DeleteTemplateAliasResponse < Struct.new( :status, :template_id, :alias_name, :arn, :request_id) SENSITIVE = [] include Aws::Structure end |