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.
10817 10818 10819 10820 10821 10822 10823 10824 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10817 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.
10817 10818 10819 10820 10821 10822 10823 10824 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10817 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
10817 10818 10819 10820 10821 10822 10823 10824 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10817 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
An ID for the template.
10817 10818 10819 10820 10821 10822 10823 10824 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10817 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |