Class: Aws::QuickSight::Types::DescribeTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplateResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#template ⇒ Types::Template
The template structure for the object you want to describe.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
12261 12262 12263 12264 12265 12266 12267 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12261 class DescribeTemplateResponse < Struct.new( :template, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12261 12262 12263 12264 12265 12266 12267 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12261 class DescribeTemplateResponse < Struct.new( :template, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#template ⇒ Types::Template
The template structure for the object you want to describe.
12261 12262 12263 12264 12265 12266 12267 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12261 class DescribeTemplateResponse < Struct.new( :template, :status, :request_id) SENSITIVE = [] include Aws::Structure end |