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.
13636 13637 13638 13639 13640 13641 13642 13643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13636 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.
13636 13637 13638 13639 13640 13641 13642 13643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13636 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13636 13637 13638 13639 13640 13641 13642 13643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13636 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
An ID for the template.
13636 13637 13638 13639 13640 13641 13642 13643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13636 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |