Class: Aws::QuickSight::Types::DeleteTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteTemplateResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
10931 10932 10933 10934 10935 10936 10937 10938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10931 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.
10931 10932 10933 10934 10935 10936 10937 10938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10931 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
10931 10932 10933 10934 10935 10936 10937 10938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10931 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
An ID for the template.
10931 10932 10933 10934 10935 10936 10937 10938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10931 class DeleteTemplateResponse < Struct.new( :request_id, :arn, :template_id, :status) SENSITIVE = [] include Aws::Structure end |