Class: Aws::QuickSight::Types::DeleteTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#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.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
11457 11458 11459 11460 11461 11462 11463 11464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11457 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
11457 11458 11459 11460 11461 11462 11463 11464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11457 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
11457 11458 11459 11460 11461 11462 11463 11464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11457 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
An ID for the template.
11457 11458 11459 11460 11461 11462 11463 11464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11457 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |