Class: Aws::QuickSight::Types::DescribeTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplateResponse
- Includes:
- Structure
- Defined in:
- 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.
14228 14229 14230 14231 14232 14233 14234 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14228 class DescribeTemplateResponse < Struct.new( :template, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
14228 14229 14230 14231 14232 14233 14234 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14228 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.
14228 14229 14230 14231 14232 14233 14234 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14228 class DescribeTemplateResponse < Struct.new( :template, :status, :request_id) SENSITIVE = [] include Aws::Structure end |